From: Evgeny Vereshchagin Date: Sun, 28 Mar 2021 16:01:00 +0000 (+0000) Subject: cifuzz: turn on MSan X-Git-Tag: lxc-5.0.0~231^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf0f7aba41f5a7475ca5755f1a3f6f7ceca41336;p=thirdparty%2Flxc.git cifuzz: turn on MSan Signed-off-by: Evgeny Vereshchagin --- diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index 074269040..c5dbd4776 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -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