Skip to content

Commit

Permalink
CI: Disable leak detection
Browse files Browse the repository at this point in the history
We have too many memory leaks at the moment for this to be helpful.
  • Loading branch information
2xB authored Jun 7, 2024
1 parent 7a5bf49 commit d901a13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Launch environment and run tests
run: |
source root/bin/thisroot.sh && source install/bin/kasperenv.sh && UnitTestKasper
source root/bin/thisroot.sh && source install/bin/kasperenv.sh && ASAN_OPTIONS=detect_leaks=0 UnitTestKasper
shell: bash

fedora_37:
Expand Down Expand Up @@ -87,5 +87,5 @@ jobs:

- name: Launch environment and run tests
run: |
source install/bin/kasperenv.sh && UnitTestKasper
source install/bin/kasperenv.sh && ASAN_OPTIONS=detect_leaks=0 UnitTestKasper
shell: bash

0 comments on commit d901a13

Please sign in to comment.