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