mirror of
https://github.com/logos-blockchain/lez-fuzzing.git
synced 2026-08-27 09:51:11 +00:00
fix: undo prove feature
- install external prover
This commit is contained in:
@@ -136,6 +136,11 @@ jobs:
|
||||
cargo install cargo-fuzz --locked
|
||||
cargo install cargo-mutants --locked
|
||||
|
||||
# The corpus oracle runs the fuzz targets, which execute guest programs via
|
||||
# risc0's ExternalProver — that needs the r0vm binary.
|
||||
- name: Install r0vm
|
||||
uses: ./.github/actions/install-r0vm
|
||||
|
||||
- name: Make corpus-regression wrapper executable
|
||||
run: chmod +x scripts/mutants-corpus-test.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user