]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
remove flackey msan ossfuzz test
authorYann Collet <cyan@fb.com>
Mon, 28 Dec 2020 19:18:58 +0000 (11:18 -0800)
committerYann Collet <cyan@fb.com>
Mon, 28 Dec 2020 19:18:58 +0000 (11:18 -0800)
while waiting for it to be fixed

.github/workflows/main.yml

index 0e14345dc8bf65a0a7500f785b31447d22a8ddca..5e5aae112452da7d260093f2f3491f442561718b 100644 (file)
@@ -6,7 +6,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        sanitizer: [address, undefined, memory]
+        sanitizer: [address, undefined]
     steps:
     - name: Build Fuzzers (${{ matrix.sanitizer }})
       id: build