diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index 57e1560a..4f217c8f 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -94,7 +94,7 @@ jobs: run: make target/classes/linux-x64/libvoyager.so - name: Run Tests run: | - ASAN_OPTIONS="handle_segv=0 detect_leaks=0" + ASAN_OPTIONS=detect_leaks=0 LD_PRELOAD=$(clang -print-file-name=libclang_rt.asan-x86_64.so) \ mvn --batch-mode test