Skip to content

Commit

Permalink
Run pytest with more verbose options
Browse files Browse the repository at this point in the history
  • Loading branch information
bmerry committed Mar 20, 2024
1 parent d5113a0 commit 65f44af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
- name: Install package
run: pip install .
- name: Run Python tests
run: pytest
run: pytest -v -ra

0 comments on commit 65f44af

Please sign in to comment.