Skip to content

Commit 4b95c14

Browse files
committed
ci: Run pytest tests with debug logging
The logs won't be shown if the tests pass, but if they don't the messages can be invaluable for debugging failures.
1 parent 3e97462 commit 4b95c14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
123123
- name: Python tests
124124
run: |
125-
pipenv run python -m pytest
125+
pipenv run python -m pytest --log-level DEBUG
126126
127127
- name: Build
128128
run: |

0 commit comments

Comments
 (0)