mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Temporarily disable ASAN tests.
Something has changed in the Ubuntu runner that causes a build failure on a commit that passed a few days ago, so disable the job until we can figure out what's wrong.
This commit is contained in:
3
.github/workflows/ci-tests.yml
vendored
3
.github/workflows/ci-tests.yml
vendored
@@ -38,7 +38,10 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user