Skip to content

Commit

Permalink
CU-8694gzbn3: Make tests stop upon first failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mart-r committed May 13, 2024
1 parent 3618b9c commit 94bce56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
flake8 medcat
- name: Test
run: |
python -m unittest discover
python -m unittest -f discover
publish-to-test-pypi:

Expand Down

0 comments on commit 94bce56

Please sign in to comment.