less sanitizers
All checks were successful
Bin2CPP / Build & Test Debug (ASAN, LSAN, UBSAN) (push) Successful in 50s
Bin2CPP / Build & Test RelWithDebInfo (ASAN, LSAN, UBSAN) (push) Successful in 1m6s
Bin2CPP / Clang Format Checks (push) Successful in 8s
Bin2CPP / Build & Test Release (push) Successful in 32s

This commit is contained in:
2026-02-22 12:12:17 +01:00
parent 24a0c3f06f
commit b12025edab
2 changed files with 0 additions and 39 deletions

View File

@@ -25,15 +25,9 @@ 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