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 7b6e989 commit 3a8bebdCopy full SHA for 3a8bebd
1 file changed
.github/workflows/reusable-san.yml
@@ -89,12 +89,12 @@ jobs:
89
./python -m test
90
${{ inputs.sanitizer == 'TSan' && '--tsan' || '' }}
91
${{ inputs.sanitizer == 'UBSan' && '-x test_capi -x test_faulthandler' || '' }}
92
- -j4
+ -j4 -W
93
- name: Parallel tests
94
if: >-
95
inputs.sanitizer == 'TSan'
96
&& fromJSON(inputs.free-threading)
97
- run: ./python -m test --tsan-parallel --parallel-threads=4 -j4
+ run: ./python -m test --tsan-parallel --parallel-threads=4 -j4 -W
98
- name: Display logs
99
if: always()
100
run: find "${GITHUB_WORKSPACE}" -name 'san_log.*' | xargs head -n 1000
0 commit comments