ci: add msan stpe to .drone.yml
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
light7734 2025-07-20 08:23:58 +03:30
parent 1c27e4d2c7
commit 9189d2b374
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -51,6 +51,12 @@ steps:
commands: commands:
- ./tools/ci/steps/amd64/clang/lsan.sh - ./tools/ci/steps/amd64/clang/lsan.sh
- name: memory sanitizer
image: memory_sanitizer:latest
pull: if-not-exists
commands:
- ./tools/ci/steps/amd64/clang/msan.sh
--- ---
kind: pipeline kind: pipeline
type: docker type: docker