Skip to content

Commit

Permalink
Add --quiet to ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
drewc committed Aug 31, 2024
1 parent ba40c39 commit fd188f1
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 @@ -66,4 +66,4 @@ jobs:
- name: Run Gerbil tests
run: |
export PATH=/opt/gerbil/bin:$PATH
gxtest src/gerbil/test/... src/std/... src/lang/...
gxtest --quiet src/gerbil/test/... src/std/... src/lang/...

0 comments on commit fd188f1

Please sign in to comment.