Skip to content

Commit

Permalink
ci: Run pytest tests with debug logging
Browse files Browse the repository at this point in the history
The logs won't be shown if the tests pass, but if they don't the
messages can be invaluable for debugging failures.
  • Loading branch information
dbnicholson committed Oct 26, 2023
1 parent d066ccc commit f29769e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Python tests
run: |
pipenv run python -m pytest
pipenv run python -m pytest --log-level DEBUG
- name: Build
run: |
Expand Down

0 comments on commit f29769e

Please sign in to comment.