Skip to content

Commit

Permalink
what?
Browse files Browse the repository at this point in the history
  • Loading branch information
elefeint committed Mar 22, 2024
1 parent 9901d63 commit b1c56e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
env:
motherduck_token: ${{ secrets.CI_TESTING_TOKEN }}
run: |
ASAN_OPTIONS=alloc_dealloc_mismatch=0 LSAN_OPTIONS=suppressions=lsan-suppressions.supp ./build/Debug/integration_tests
ASAN_OPTIONS=alloc_dealloc_mismatch=0:fast_unwind_on_malloc=0 LSAN_OPTIONS=suppressions=lsan-suppressions.supp ./build/Debug/integration_tests

0 comments on commit b1c56e7

Please sign in to comment.