Skip to content

Commit

Permalink
fix: use cargo-bolero with a fix for cargo bolero list with failing…
Browse files Browse the repository at this point in the history
… tests
  • Loading branch information
Ekleog-NEAR committed Nov 8, 2023
1 parent d8ada79 commit 7584e6d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/master_fuzzer_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- uses: baptiste0928/cargo-install@21a18ba3bf4a184d1804e8b759930d3471b1c941
with:
crate: cargo-bolero
# TODO: remove the below once https://github.com/camshaft/bolero/pull/195 lands
git: https://github.com/camshaft/bolero
rev: 8c5a50a57b0e4c4cc8111cfd95670dc75cd2dea7

- run: rustup target add --toolchain nightly wasm32-unknown-unknown

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ondemand_fuzzer_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
- uses: baptiste0928/cargo-install@21a18ba3bf4a184d1804e8b759930d3471b1c941
with:
crate: cargo-bolero
# TODO: remove the below once https://github.com/camshaft/bolero/pull/195 lands
git: https://github.com/camshaft/bolero
rev: 8c5a50a57b0e4c4cc8111cfd95670dc75cd2dea7

- run: rustup target add --toolchain nightly wasm32-unknown-unknown

Expand Down

0 comments on commit 7584e6d

Please sign in to comment.