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: