Skip to content

Commit

Permalink
Disable leak sanitizer in action runner
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSeemaier committed Jan 18, 2022
1 parent 0c1ff35 commit bea2336
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kaminpar_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
working-directory: ${{github.workspace}}/build
run: ctest -C Debug --output-on-failure
env:
LSAN_OPTIONS: fast_unwind_on_malloc=0:suppressions=${{github.workspace}}/misc/tests.supp:exitcode=0
ASAN_OPTIONS: detect_leaks=0
10 changes: 0 additions & 10 deletions misc/tests.supp

This file was deleted.

0 comments on commit bea2336

Please sign in to comment.