Use '-q' (quiet) when running tests in CI.

This commit is contained in:
Sergio Benitez 2022-05-19 18:23:55 -07:00
parent f21da79f44
commit 4827948401
1 changed files with 1 additions and 1 deletions

View File

@ -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