mirror of https://github.com/astral-sh/ruff
Exclude the fuzzer
This commit is contained in:
parent
7a16680791
commit
a29aa78702
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue