From 4ec3a427e191199ebb4aef934cb048786e732524 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 10 Sep 2023 12:31:57 -0700 Subject: [PATCH] Re-enable honggfuzz CI --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d4a323..e5ac202 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,10 +118,8 @@ jobs: working-directory: fuzz - uses: dtolnay/install@honggfuzz - run: sudo apt-get install binutils-dev libunwind-dev - continue-on-error: true # https://github.com/dtolnay/proc-macro2/issues/387 - run: cargo hfuzz build --no-default-features --features honggfuzz working-directory: fuzz - continue-on-error: true # https://github.com/dtolnay/proc-macro2/issues/387 clippy: name: Clippy