Skip to content

Commit

Permalink
ci: enable asan and ubs
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Gorez <gorez.tony@gmail.com>
  • Loading branch information
tony-go committed Feb 20, 2024
1 parent dc630bc commit 3793f76
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3793f76

Please sign in to comment.