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