Skip to content

Commit

Permalink
ci/sanitizer: add undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed May 31, 2024
1 parent 73bc469 commit 1d7f9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-22.04]
sanitizer: [thread, address]
sanitizer: [thread, address, undefined]
env:
CC: clang-17
CMAKE_GENERATOR: Ninja
Expand Down

0 comments on commit 1d7f9f5

Please sign in to comment.