Skip to content

Commit

Permalink
test setting lsan exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobBarthelmeh committed Mar 15, 2024
1 parent cbb5500 commit ebd15a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fsanitize-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
- name: install_gcc-12
run: sudo apt-get install -y gcc-12 clang
- name: print_asan-options
run: echo $ASAN_OPTIONS
run: echo $LSAN_OPTIONS
- name: set_exit_onerror
run: export ASAN_OPTIONS="verbosity=1"
run: export LSAN_OPTIONS=exitcode=0
- name: configure
timeout-minutes: 1
run: ./configure CC="gcc -fsanitize=address"
Expand Down

0 comments on commit ebd15a6

Please sign in to comment.