Skip to content

Commit a652cbc

Browse files
authored
Remove memory sanitizer (#656)
1 parent e9dcc89 commit a652cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cifuzz.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
sanitizer: [address, undefined, memory]
20+
sanitizer: [address, undefined]
2121
steps:
2222
- name: Build Fuzzers (${{ matrix.sanitizer }})
2323
id: build

0 commit comments

Comments
 (0)