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