Skip to content

Commit

Permalink
unittest -v --failfast
Browse files Browse the repository at this point in the history
  • Loading branch information
ebonnal committed Oct 14, 2024
1 parent 191cb6b commit cad8946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- name: unittest
run: |
python -m pip install -r tests/requirements.txt
python -m unittest
python -m unittest -v --failfast

0 comments on commit cad8946

Please sign in to comment.