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"
|
- 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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue