Exclude the fuzzer

This commit is contained in:
Zanie 2023-10-17 11:05:09 -05:00
parent 7a16680791
commit a29aa78702
1 changed files with 0 additions and 2 deletions

View File

@ -128,8 +128,6 @@ jobs:
- name: "Install Rust toolchain" - name: "Install Rust toolchain"
run: rustup show run: rustup show
- uses: Swatinem/rust-cache@v2 - uses: Swatinem/rust-cache@v2
with:
shared-key: ${{ runner.os }}
with: with:
workspaces: "fuzz -> target" workspaces: "fuzz -> target"
- name: "Install cargo-fuzz" - name: "Install cargo-fuzz"