Skip to content

Commit

Permalink
Use '-q' (quiet) when running tests in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioBenitez committed May 20, 2022
1 parent f21da79 commit 4827948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4827948

Please sign in to comment.