diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a1b5318c8..6222dde0fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: # turn off custom allocator & symbolic functions to make LSAN do its magic CMAKE_OPTIONS: -DLEAN_EXTRA_CXX_FLAGS=-fsanitize=address,undefined -DLEANC_EXTRA_FLAGS='-fsanitize=address,undefined -fsanitize-link-c++-runtime' -DSMALL_ALLOCATOR=OFF -DBSYMBOLIC=OFF # exclude problematic tests - CTEST_OPTIONS: -E StackOverflow -E laketest_ffi + CTEST_OPTIONS: -E StackOverflow - name: macOS os: macos-latest release: true