Merge pull request #2445 from facebook/nomsanfuzz
remove flackey msan ossfuzz test
This commit is contained in:
commit
bc0a1e4d59
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -6,7 +6,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
sanitizer: [address, undefined, memory]
|
sanitizer: [address, undefined]
|
||||||
steps:
|
steps:
|
||||||
- name: Build Fuzzers (${{ matrix.sanitizer }})
|
- name: Build Fuzzers (${{ matrix.sanitizer }})
|
||||||
id: build
|
id: build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user