We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9dcc89 commit a652cbcCopy full SHA for a652cbc
.github/workflows/cifuzz.yml
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
fail-fast: false
19
matrix:
20
- sanitizer: [address, undefined, memory]
+ sanitizer: [address, undefined]
21
steps:
22
- name: Build Fuzzers (${{ matrix.sanitizer }})
23
id: build
0 commit comments