From bcd7185f42beac66e1925d33f0b2dab1adc1592b Mon Sep 17 00:00:00 2001 From: Sebastian Ullrich Date: Mon, 10 Jan 2022 14:30:55 +0100 Subject: [PATCH] chore: CI: try reenabling sanitized Lake test --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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