Skip to content

Commit

Permalink
test: remove -s flag
Browse files Browse the repository at this point in the history
  • Loading branch information
maffettone committed May 9, 2024
1 parent 2022b6f commit a6d8a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
shell: bash -l {0}
run: |
set -vxeuo pipefail
coverage run -m pytest -s -v
coverage run -m pytest -v
coverage report
- name: Check for core dump
Expand Down

0 comments on commit a6d8a52

Please sign in to comment.