From a29aa787028c22b321ce38a8c0774e3acf476007 Mon Sep 17 00:00:00 2001 From: Zanie Date: Tue, 17 Oct 2023 11:05:09 -0500 Subject: [PATCH] Exclude the fuzzer --- .github/workflows/ci.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c0e6ea1178..4101cabc76 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -128,8 +128,6 @@ jobs: - name: "Install Rust toolchain" run: rustup show - uses: Swatinem/rust-cache@v2 - with: - shared-key: ${{ runner.os }} with: workspaces: "fuzz -> target" - name: "Install cargo-fuzz"