Skip to content

Commit

Permalink
CI #876
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Jan 9, 2024
1 parent 8c4b45e commit 4d7513e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ jobs:
- name: Run tests with pytest & coverage
shell: bash -l {0}
run: |
set -vxeuo pipefail
coverage run --concurrency=thread --parallel-mode -m pytest -vvv --exitfirst .
coverage combine
coverage report --precision 3
Expand Down

0 comments on commit 4d7513e

Please sign in to comment.