From b2606302dead642b1f4a352c6804cd7ab5a6c20e Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Sat, 27 Mar 2021 11:25:10 +0000 Subject: [PATCH] ci: turn on ASan on CIFuzz 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 087ceeea6..30d4e0d64 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: true + dry-run: ${{ matrix.sanitizer != 'address' }} sanitizer: ${{ matrix.sanitizer }} - name: Upload Crash uses: actions/upload-artifact@v1 -- 2.47.2