From e9bed05c7c554630e06e8aaaef1fee081e78ed0b Mon Sep 17 00:00:00 2001 From: Andrew Hlynskyi Date: Thu, 17 Aug 2023 18:26:08 +0300 Subject: [PATCH] chore(ci): explicitly define halt on error for ASAN detected issues --- .github/workflows/sanitize.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sanitize.yml b/.github/workflows/sanitize.yml index bb085eae..834c5ab4 100644 --- a/.github/workflows/sanitize.yml +++ b/.github/workflows/sanitize.yml @@ -41,6 +41,7 @@ jobs: - name: Run main tests with address sanitizer (ASAN) env: + ASAN_OPTIONS: halt_on_error=1 CFLAGS: -fsanitize=address RUSTFLAGS: -Zsanitizer=address run: |