Skip to content

Commit ddc5dee

Browse files
author
Jonas Danke
committed
update
1 parent 20892be commit ddc5dee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
- name: Run fast tests
3535
run: |
36-
python -m pytest -m "fast" -n 4 \
36+
python -m pytest -m "fast" -vv \
3737
--html=fast-report.html \
3838
--self-contained-html \
3939
--junitxml=fast-report.xml
@@ -72,7 +72,7 @@ jobs:
7272
7373
- name: Run full test suite
7474
run: |
75-
python -m pytest -n 4 \
75+
python -m pytest -vv \
7676
--junitxml=full-report.xml \
7777
--html=full-report.html \
7878
--self-contained-html \

0 commit comments

Comments
 (0)