mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-20 08:29:07 +00:00
Use '-q' (quiet) when running tests in CI.
This commit is contained in:
parent
f21da79f44
commit
4827948401
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -79,5 +79,5 @@ jobs:
|
|||||||
key: ${{ matrix.test.name }}
|
key: ${{ matrix.test.name }}
|
||||||
|
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: ./scripts/test.sh ${{ matrix.test.flag }}
|
run: ./scripts/test.sh ${{ matrix.test.flag }} -q
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
Reference in New Issue
Block a user