Skip to content

Commit

Permalink
Run tests with address sanitizer in debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Sep 6, 2024
1 parent c0da8cd commit 2961726
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ jobs:
strategy:
matrix:
buildtype: [debug, release]
sanitizer: [none, leak, undefined, thread]
sanitizer: [none, address, leak, undefined, thread]
exclude:
# False positive warnings in release builds: https://godbolt.org/z/vT3nqGxzW
- buildtype: release
sanitizer: address
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 2961726

Please sign in to comment.