memory sanitizer
Some checks failed
Bin2CPP / Build & Test Debug (MSAN) (push) Failing after 31s
Bin2CPP / Build & Test RelWithDebInfo (MSAN) (push) Failing after 35s
Bin2CPP / Clang Format Checks (push) Successful in 8s
Bin2CPP / Build & Test Release (push) Successful in 39s

This commit is contained in:
2026-02-22 12:04:54 +01:00
parent 4f4cd59b8e
commit cd0fe8cee9
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