Skip to content

Commit

Permalink
update test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffckerr committed Mar 31, 2021
1 parent cb2c5ca commit 37769e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: pip install pytest
- name: Run integration tests
working-directory: ./tests
run: pytest test_*.py --durations=0
run: pytest -v test_*.py --durations=0
- name: Run unit tests
working-directory: ./tests/unittests
run: pytest test_*.py --durations=0
run: pytest -v test_*.py --durations=0

0 comments on commit 37769e2

Please sign in to comment.