We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75cf540 commit eb56e7bCopy full SHA for eb56e7b
.github/workflows/cygwin-test.yml
@@ -64,4 +64,4 @@ jobs:
64
- name: Test with pytest
65
run: |
66
set +x
67
- /usr/bin/python -m pytest -p no:sugar -v --instafail
+ /usr/bin/python -m pytest -p no:sugar --instafail -vv
.github/workflows/pythonpackage.yml
@@ -78,7 +78,7 @@ jobs:
78
79
80
81
- pytest -v -p no:sugar --instafail
+ pytest -p no:sugar --instafail -vv
82
continue-on-error: false
83
84
- name: Documentation
0 commit comments