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 e84e5a4 commit a3abe65Copy full SHA for a3abe65
1 file changed
.github/workflows/test1.yml
@@ -59,12 +59,14 @@ jobs:
59
cmake --build --preset linux-asan --parallel -j $(nproc)
60
61
- name: Build ThreadSanitizer
62
+ if: false
63
working-directory: sdk
64
run: |
65
cmake --preset linux-tsan
66
cmake --build --preset linux-tsan --parallel -j $(nproc)
67
68
- name: Build libFuzzer
69
70
71
72
# To ensure it still builds, run build for fuzz targets until we have
0 commit comments