mirror of
https://github.com/logos-blockchain/lez-fuzzing.git
synced 2026-07-03 08:19:58 +00:00
fix: run props tests which require RISC0_DEV_MODE off
This commit is contained in:
parent
3b2665994c
commit
a699899873
2
.github/workflows/fuzz.yml
vendored
2
.github/workflows/fuzz.yml
vendored
@ -270,6 +270,8 @@ jobs:
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- run: cargo test -p fuzz_props --release
|
||||
- name: Run tests which require RISC0_DEV_MODE off.
|
||||
run: env -u RISC0_DEV_MODE cargo test -p fuzz_props --release synthesized_proof_is_rejected_without_dev_mode
|
||||
|
||||
# ── Performance baseline (nightly only) ─────────────────────────────────────
|
||||
perf-baseline:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user