Skip to content

Commit

Permalink
verbose pytest output in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joAschauer committed Nov 16, 2023
1 parent 3012dbe commit 44e376d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
- name: Test with pytest
run: |
# run tests with pytest (unittest tests will be collected as well)
pytest
pytest -vv

0 comments on commit 44e376d

Please sign in to comment.