Skip to content

Commit

Permalink
Merge pull request #1921 from fitzgen/cargo-fuzz-0.8
Browse files Browse the repository at this point in the history
CI: use `cargo fuzz` 0.8.X
  • Loading branch information
fitzgen authored Jun 25, 2020
2 parents cd7fcf4 + ab80107 commit c91a931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@ jobs:
- uses: ./.github/actions/install-rust
with:
toolchain: nightly-2020-06-03
- run: cargo install cargo-fuzz --vers "^0.7"
- run: cargo install cargo-fuzz --vers "^0.8"
- run: cargo fetch
working-directory: ./fuzz
- run: cargo fuzz build --features binaryen
- run: cargo fuzz build --dev --features binaryen

rebuild_peephole_optimizers:
name: Rebuild Peephole Optimizers
Expand Down

0 comments on commit c91a931

Please sign in to comment.