From a747655f24453aebf4c738082809af7e3f4d5030 Mon Sep 17 00:00:00 2001 From: Krystian Stasiowski Date: Wed, 25 Oct 2023 14:03:18 -0400 Subject: [PATCH] chore: enable asan --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22ba029c4..dacc7b124 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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