Skip to content

Commit

Permalink
Fix tests accidentally passing
Browse files Browse the repository at this point in the history
  • Loading branch information
rixx committed May 17, 2024
1 parent 7a51f30 commit 39fef4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ jobs:
- name: Run tests
working-directory: ./src
run: |
# tee will gobble up our exit code without pipefail
set -o pipefail
python -m pytest \
-nauto -p no:sugar \
--junitxml=pytest.xml \
Expand Down

0 comments on commit 39fef4d

Please sign in to comment.