diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 521f63e7..0d54f0ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: with: submodules: recursive - name: Build - run: CMAKE_OPTIONS="-DCMAKE_C_FLAGS=-fsanitize=address,undefined" make + run: CMAKE_OPTIONS="-DCMAKE_C_FLAGS=-fsanitize=address,undefined -fno-sanitize-recover=all" make - name: Test run: make test - name: Test with Aggressive GC