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 3a8bebd commit 08b3544Copy full SHA for 08b3544
1 file changed
.github/workflows/reusable-san.yml
@@ -82,13 +82,10 @@ jobs:
82
run: make -j4
83
- name: Display build info
84
run: make pythoninfo
85
- # test_{capi,faulthandler} are skipped under UBSan because
86
- # they raise signals that UBSan with halt_on_error=1 intercepts.
87
- name: Tests
88
run: >-
89
./python -m test
90
${{ inputs.sanitizer == 'TSan' && '--tsan' || '' }}
91
- ${{ inputs.sanitizer == 'UBSan' && '-x test_capi -x test_faulthandler' || '' }}
92
-j4 -W
93
- name: Parallel tests
94
if: >-
0 commit comments