Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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