Skip to content

Commit

Permalink
Try to get ASan to be more helpful
Browse files Browse the repository at this point in the history
Signed-off-by: Cole Miller <[email protected]>
  • Loading branch information
cole-miller committed Feb 22, 2024
1 parent b9ac045 commit 42e0b07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: Test
env:
CC: ${{ matrix.compiler }}
ASAN_OPTIONS: fast_unwind_on_malloc=false
run: |
export ${{ matrix.tracing }}
make -j4 check || (cat ./test-suite.log && false)
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/external-raft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
make -j4
- name: Test
env:
LIBRAFT_TRACE: 1
LIBDQLITE_TRACE: 1
ASAN_OPTIONS: fast_unwind_on_malloc=false
run: |
export LIBRAFT_TRACE=1 LIBDQLITE_TRACE=1
make -j4 check || (cat ./test-suite.log && false)

0 comments on commit 42e0b07

Please sign in to comment.