From adef1d05bdce30194d727281949370fc13073604 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Fri, 17 May 2024 16:58:11 +0200 Subject: [PATCH] auth: Enable LeakSanitizer while running the unit tests in CI --- .github/workflows/build-and-test-all.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-and-test-all.yml b/.github/workflows/build-and-test-all.yml index 29daf1f48c..7d2e579ade 100644 --- a/.github/workflows/build-and-test-all.yml +++ b/.github/workflows/build-and-test-all.yml @@ -57,7 +57,6 @@ jobs: container: image: "${{ needs.get-runner-container-image.outputs.id }}:${{ needs.get-runner-container-image.outputs.tag }}" env: - ASAN_OPTIONS: detect_leaks=0 FUZZING_TARGETS: yes UBSAN_OPTIONS: "print_stacktrace=1:halt_on_error=1:suppressions=${{ env.REPO_HOME }}/build-scripts/UBSan.supp" UNIT_TESTS: yes -- 2.47.2