memory sanitizer

This commit is contained in:
2026-02-22 12:04:54 +01:00
committed by Romain BOULLARD
parent 30b3665721
commit 8b3d9818c8
2 changed files with 40 additions and 0 deletions

View File

@@ -25,9 +25,15 @@ jobs:
- build_type: Debug
conan_profile: ./ConanProfiles/clangd
name: Debug (ASAN, LSAN, UBSAN)
- build_type: Debug
conan_profile: ./ConanProfiles/clangd2
name: Debug (MSAN)
- build_type: RelWithDebInfo
conan_profile: ./ConanProfiles/clangd
name: RelWithDebInfo (ASAN, LSAN, UBSAN)
- build_type: RelWithDebInfo
conan_profile: ./ConanProfiles/clangd2
name: RelWithDebInfo (MSAN)
name: "Build & Test ${{ matrix.name }}"
steps:
- name: Install Node.js