From 3793f7652f2c028e11bab958659e337ace1b0b29 Mon Sep 17 00:00:00 2001 From: Tony Gorez Date: Tue, 20 Feb 2024 15:56:41 +0100 Subject: [PATCH] ci: enable asan and ubs Signed-off-by: Tony Gorez --- .github/workflows/ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d95ba89..cb93149b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,6 +46,16 @@ jobs: cxx: clang++ type: static options: -DINCLUDEJS_UNDEFINED_SANITIZER:BOOL=ON + - os: macos-latest + cc: clang + cxx: clang++ + type: static + options: -DINCLUDEJS_ADDRESS_SANITIZER:BOOL=ON + - os: macos-latest + cc: clang + cxx: clang++ + type: static + options: -DINCLUDEJS_UNDEFINED_SANITIZER:BOOL=ON runs-on: ${{ matrix.platform.os }} env: