From a6fa6772e11c9d65df366181314e69e7ec1c32aa Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Sun, 28 Mar 2021 06:53:44 +0000 Subject: [PATCH] cifuzz: turn on UBsan Signed-off-by: Evgeny Vereshchagin --- .github/workflows/cifuzz.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index 30d4e0d64..074269040 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 != 'address' }} + dry-run: ${{ matrix.sanitizer == 'memory' }} sanitizer: ${{ matrix.sanitizer }} - name: Upload Crash uses: actions/upload-artifact@v1 -- 2.47.2