We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1359f1 commit 10b9c2aCopy full SHA for 10b9c2a
.github/workflows/build_wheels.yml
@@ -54,7 +54,7 @@ jobs:
54
55
- name: Run tests against installed wheel
56
run: |
57
- pytest -ra -vv -x --maxfail=1 --showlocals --reruns 2 --reruns-delay 1 --junitxml=test-results/pytest.xml
+ python -X faulthandler -m pytest -vv -rA -s --full-trace --tb=long --maxfail=1 --showlocals --reruns 2 --reruns-delay 1 --junitxml=test-results/pytest.xml
58
59
- name: Upload test report
60
if: always()
0 commit comments