Skip to content

Commit

Permalink
Clearer pytest command
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
  • Loading branch information
2 people authored and bwoodsend committed Apr 5, 2022
1 parent 82917c0 commit 362fed3
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 @@ -36,7 +36,7 @@ jobs:

- name: Tests
run: |
pytest -s
python -m pytest --capture=no
- name: Test without debug mode
run: |
Expand Down

0 comments on commit 362fed3

Please sign in to comment.