We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20892be commit ddc5deeCopy full SHA for ddc5dee
1 file changed
.github/workflows/tests.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- name: Run fast tests
35
run: |
36
- python -m pytest -m "fast" -n 4 \
+ python -m pytest -m "fast" -vv \
37
--html=fast-report.html \
38
--self-contained-html \
39
--junitxml=fast-report.xml
@@ -72,7 +72,7 @@ jobs:
72
73
- name: Run full test suite
74
75
- python -m pytest -n 4 \
+ python -m pytest -vv \
76
--junitxml=full-report.xml \
77
--html=full-report.html \
78
0 commit comments