From 6c66d45f6deb85241c05d313da80865a9f02bcb4 Mon Sep 17 00:00:00 2001 From: Vladislav Antonov Date: Sun, 19 Jun 2022 10:52:46 +0300 Subject: [PATCH] Test restore MSAN --- .github/workflows/sanitizers.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/sanitizers.yml b/.github/workflows/sanitizers.yml index 107af3c..0c8cf78 100644 --- a/.github/workflows/sanitizers.yml +++ b/.github/workflows/sanitizers.yml @@ -64,10 +64,10 @@ jobs: shell: bash run: ./SampleLibApp -# - name: Test -# working-directory: ${{github.workspace}}/build-clang-msan -# shell: bash -# run: ctest -VV --progress + - name: Test + working-directory: ${{github.workspace}}/build-clang-msan + shell: bash + run: ctest -VV --progress build-thread-sanitizer: name: Thread Sanitizer