From: Remi Gacogne Date: Fri, 17 May 2024 14:58:11 +0000 (+0200) Subject: auth: Enable LeakSanitizer while running the unit tests in CI X-Git-Tag: rec-5.1.0-beta1~35^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14200%2Fhead;p=thirdparty%2Fpdns.git auth: Enable LeakSanitizer while running the unit tests in CI --- 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