Skip to content

Commit

Permalink
Cache cargo-fuzz install (#2157)
Browse files Browse the repository at this point in the history
  • Loading branch information
fintelia committed Feb 24, 2024
1 parent 478ad43 commit ddb9c36
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/rust.yml
Expand Up @@ -136,10 +136,14 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- name: build
run: |
cargo install cargo-fuzz
cargo fuzz build
- name: Install cargo-fuzz
uses: baptiste0928/cargo-install@v3
with:
crate: cargo-fuzz
- name: check
run: cargo fuzz check
env:
CARGO_INCREMENTAL: 0

public_private_dependencies:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ddb9c36

Please sign in to comment.