Reenable ASAN workflow.

This reverts commit 2ec3b57c2f.
This commit is contained in:
John Ralls 2024-03-29 13:53:37 -07:00
parent 7107c2e1a2
commit ab2cf29754

View File

@ -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