Skip to content

Commit

Permalink
fixup! Test with address sanitizer to catch memory safety issues
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolberg committed May 7, 2022
1 parent 28fdeb3 commit 61269ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/asan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ jobs:
run: |
cd build
ctest -V
env:
ASAN_OPTIONS: halt_on_error=0

- name: asan result
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 61269ff

Please # to comment.