Skip to content

Commit

Permalink
enable the other sanitizers too
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed Mar 13, 2022
1 parent cb8aee5 commit 6a11b65
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cflite_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ jobs:
matrix:
sanitizer:
- address
# Override this with the sanitizers you want.
# - undefined
# - memory
- undefined
- memory
steps:
- name: Build Fuzzers (${{ matrix.sanitizer }})
id: build
Expand Down

0 comments on commit 6a11b65

Please sign in to comment.