Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bertiqwerty committed May 11, 2024
1 parent 780a208 commit e027f36
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 @@ -52,7 +52,7 @@ jobs:
- name: Nightly
uses: dtolnay/rust-toolchain@nightly
- name: Install fuzz
uses: cargo install cargo-fuzz
run: cargo install cargo-fuzz
- name: Fuzz eval_str
run: cargo fuzz run eval_str -- -runs=20000
- name: Fuzz from_str
Expand Down

0 comments on commit e027f36

Please sign in to comment.