From ab2cf297544ee92faed00b4410814eba8234f09c Mon Sep 17 00:00:00 2001 From: John Ralls Date: Fri, 29 Mar 2024 13:53:37 -0700 Subject: [PATCH] Reenable ASAN workflow. This reverts commit 2ec3b57c2f5d3df0a577cc6162e7daf3a3a77944. --- .github/workflows/ci-tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 4f2692e1f6c..71c711debcd 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -38,10 +38,7 @@ jobs: with: name: TestLog path: ${{ github.workspace }}/build/Testing/Temporary/LastTest.log - - ci_tests_ASAN: - if: ${{false}} # Temporarily disable, always fails. runs-on: ubuntu-latest name: Address Sanitizer CI Tests continue-on-error: true