mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
test: enable additional sanitizers for fuzzing
This commit is contained in:
parent
19b9cf3812
commit
6b5579239b
5
.github/workflows/cflite_batch.yml
vendored
5
.github/workflows/cflite_batch.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user