We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b78ab7d + 9742b78 commit 5da160fCopy full SHA for 5da160f
.github/workflows/santizers.yml
@@ -12,6 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
sanitizer: [ubsan, asan]
15
+ build_type: [Debug, Release]
16
include:
17
- cxx: g++-14
18
install: |
0 commit comments