]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
cifuzz: turn on MSan
authorEvgeny Vereshchagin <evvers@ya.ru>
Sun, 28 Mar 2021 16:01:00 +0000 (16:01 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Sun, 28 Mar 2021 16:05:13 +0000 (16:05 +0000)
Signed-off-by: Evgeny Vereshchagin <evvers@ya.ru>
.github/workflows/cifuzz.yml

index 07426904030e3ff9b2b8e37f14f3b57d54ca1f5e..c5dbd47765bdbd799f9d95738a2ed98e592be621 100644 (file)
@@ -29,7 +29,7 @@ jobs:
         with:
           oss-fuzz-project-name: 'lxc'
           fuzz-seconds: 180
-          dry-run: ${{ matrix.sanitizer == 'memory' }}
+          dry-run: false
           sanitizer: ${{ matrix.sanitizer }}
       - name: Upload Crash
         uses: actions/upload-artifact@v1