mirror of https://github.com/rwf2/Rocket.git
Use '-q' (quiet) when running tests in CI.
This commit is contained in:
parent
f21da79f44
commit
4827948401
|
@ -79,5 +79,5 @@ jobs:
|
|||
key: ${{ matrix.test.name }}
|
||||
|
||||
- name: Run Tests
|
||||
run: ./scripts/test.sh ${{ matrix.test.flag }}
|
||||
run: ./scripts/test.sh ${{ matrix.test.flag }} -q
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in New Issue