Skip to content

Commit eddf81b

Browse files
committed
ci: enable sanitizers
Enables: * Clang and GCC: UBSan, ASan * Clang only: IntSan BoundsSan
1 parent c71a28d commit eddf81b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ jobs:
4141
standards: '20'
4242
latest-factors: |
4343
msvc Optimized-Debug
44-
gcc Coverage
44+
gcc UBSan ASan Coverage
45+
clang UBSan ASan IntSan BoundsSan
4546
factors: ''
4647
runs-on: |
4748
apple-clang: macos-15

0 commit comments

Comments
 (0)