gnucash stable: Reenable ASAN workflow.
John Ralls
jralls at code.gnucash.org
Fri Mar 29 17:15:06 EDT 2024
Updated via https://github.com/Gnucash/gnucash/commit/ab2cf297 (commit)
from https://github.com/Gnucash/gnucash/commit/7107c2e1 (commit)
commit ab2cf297544ee92faed00b4410814eba8234f09c
Author: John Ralls <jralls at ceridwen.us>
Date: Fri Mar 29 13:53:37 2024 -0700
Reenable ASAN workflow.
This reverts commit 2ec3b57c2f5d3df0a577cc6162e7daf3a3a77944.
diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml
index 4f2692e1f6..71c711debc 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
Summary of changes:
.github/workflows/ci-tests.yml | 3 ---
1 file changed, 3 deletions(-)
More information about the gnucash-changes
mailing list