From: Yann Collet Date: Mon, 28 Dec 2020 19:18:58 +0000 (-0800) Subject: remove flackey msan ossfuzz test X-Git-Tag: v1.4.9^2~36^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1585fefa20558f73b1c24819850454707ba6b2f;p=thirdparty%2Fzstd.git remove flackey msan ossfuzz test while waiting for it to be fixed --- diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0e14345dc..5e5aae112 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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