Skip to content

Commit eb56e7b

Browse files
committed
Pass -v twice to see full skip reasons
+ Reorder pytest arguments so both workflows are consistent.
1 parent 75cf540 commit eb56e7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cygwin-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ jobs:
6464
- name: Test with pytest
6565
run: |
6666
set +x
67-
/usr/bin/python -m pytest -p no:sugar -v --instafail
67+
/usr/bin/python -m pytest -p no:sugar --instafail -vv

.github/workflows/pythonpackage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
- name: Test with pytest
8080
run: |
81-
pytest -v -p no:sugar --instafail
81+
pytest -p no:sugar --instafail -vv
8282
continue-on-error: false
8383

8484
- name: Documentation

0 commit comments

Comments
 (0)