Skip to content

Commit

Permalink
chore: enable asan
Browse files Browse the repository at this point in the history
  • Loading branch information
sdkrystian committed Oct 25, 2023
1 parent d5b7b3d commit a747655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
standards: '>=20'
max-standards: 1
latest-factors: gcc
factors: clang # Don't include Asan because `clang/AST/Decl.h` fails
factors: clang asan

build:
needs: cpp-matrix
Expand Down

0 comments on commit a747655

Please sign in to comment.