Skip to content

Commit

Permalink
make cargo-fuzz install locked again
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbepop committed Dec 4, 2023
1 parent a6fbfcb commit e2ae6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ jobs:
run: |
# Note: We use `|| true` because cargo install returns an error
# if cargo-udeps was already installed on the CI runner.
cargo install cargo-fuzz || true
cargo install --locked cargo-fuzz || true
- name: Fuzz (Execution)
run: cargo fuzz run execute -j 2 --verbose -- -max_total_time=120 # 2 minutes of fuzzing

Expand Down

0 comments on commit e2ae6c5

Please sign in to comment.