Skip to content

Commit a3abe65

Browse files
committed
test04
1 parent e84e5a4 commit a3abe65

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test1.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,14 @@ jobs:
5959
cmake --build --preset linux-asan --parallel -j $(nproc)
6060
6161
- name: Build ThreadSanitizer
62+
if: false
6263
working-directory: sdk
6364
run: |
6465
cmake --preset linux-tsan
6566
cmake --build --preset linux-tsan --parallel -j $(nproc)
6667
6768
- name: Build libFuzzer
69+
if: false
6870
working-directory: sdk
6971
run: |
7072
# To ensure it still builds, run build for fuzz targets until we have

0 commit comments

Comments
 (0)