From 6b5579239b575439a50e67de87092fd0d55799c9 Mon Sep 17 00:00:00 2001 From: sudden6 Date: Thu, 14 Apr 2022 20:23:29 +0200 Subject: [PATCH] test: enable additional sanitizers for fuzzing --- .github/workflows/cflite_batch.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cflite_batch.yml b/.github/workflows/cflite_batch.yml index c74acd5c03..d853507928 100644 --- a/.github/workflows/cflite_batch.yml +++ b/.github/workflows/cflite_batch.yml @@ -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