From 9189d2b37470b93fee553cd9e4c330a7c4ad77a9 Mon Sep 17 00:00:00 2001 From: light7734 Date: Sun, 20 Jul 2025 08:23:58 +0330 Subject: [PATCH] ci: add msan stpe to .drone.yml --- .drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.drone.yml b/.drone.yml index 4662268..5ef389b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -51,6 +51,12 @@ steps: commands: - ./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 type: docker