test: enable additional sanitizers for fuzzing

This commit is contained in:
sudden6 2022-04-14 20:23:29 +02:00
parent 19b9cf3812
commit 6b5579239b
No known key found for this signature in database
GPG Key ID: 279509B499E032B9

View File

@ -14,9 +14,8 @@ jobs:
matrix:
sanitizer:
- address
# Override this with the sanitizers you want.
# - undefined
# - memory
- undefined
- memory
steps:
- name: Build Fuzzers (${{ matrix.sanitizer }})
id: build