diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b927f2c4a6..48c4c472cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,6 +76,10 @@ jobs: - name: Setup run: msys2do pacman --noconfirm -S make python mingw-w64-x86_64-cmake mingw-w64-x86_64-clang mingw-w64-x86_64-ccache git diffutils if: matrix.os == 'windows-latest' + # remove problematic tests for sanitized build + - name: Pre build + run: rm tests/compiler/StackOverflow.lean tests/compiler/StackOverflowTask.lean + if: matrix.name == 'Linux fsanitize' - name: Build run: nix-shell --run ./script/ci.sh if: matrix.os != 'windows-latest'