ci: add memory sanitization check #9

Merged
light7734 merged 7 commits from ci/msan into main 2025-07-20 11:12:30 +00:00
Showing only changes of commit a5a8c8571b - Show all commits

View file

@ -13,7 +13,7 @@ steps:
- name: unit tests
shell: powershell
commands:
- ./tools/ci/amd64/msvc/unit-tests.ps1
- ./tools/ci/amd64/msvc/unit_tests.ps1
---
kind: pipeline
@ -28,7 +28,7 @@ steps:
image: unit_tests:latest
pull: if-not-exists
commands:
- ./tools/ci/amd64/gcc/unit-tests.sh
- ./tools/ci/amd64/gcc/unit_tests.sh
- name: valgrind
image: valgrind:latest