Skip to content

Commit df6e1f7

Browse files
committed
enable the other sanitizers too
1 parent d301e20 commit df6e1f7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/cflite_pr.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ jobs:
1515
matrix:
1616
sanitizer:
1717
- address
18-
# Override this with the sanitizers you want.
19-
# - undefined
20-
# - memory
18+
- undefined
19+
- memory
2120
steps:
2221
- name: Build Fuzzers (${{ matrix.sanitizer }})
2322
id: build

0 commit comments

Comments
 (0)