Skip to content

Commit

Permalink
CU-8694gzbn3: Fix test stop upon first failure (arg/option order)
Browse files Browse the repository at this point in the history
  • Loading branch information
mart-r committed May 13, 2024
1 parent 94bce56 commit 666c013
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 -f discover
python -m unittest discover -f
publish-to-test-pypi:

Expand Down

0 comments on commit 666c013

Please sign in to comment.