Skip to content

Commit bf53251

Browse files
authored
fix remaining issues (#3411)
1 parent 01d6c87 commit bf53251

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/nightly-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ jobs:
159159
echo 'powdr-riscv-elf = { path = "../riscv-elf" }' >> .cargo/config.toml
160160
echo 'powdr-number = { path = "../number" }' >> .cargo/config.toml
161161
echo 'powdr-autoprecompiles = { path = "../autoprecompiles" }' >> .cargo/config.toml
162+
echo 'powdr-openvm-hints-circuit = { path = "../openvm/extensions/hints-circuit" }' >> .cargo/config.toml
162163
163164
- name: Run reth benchmark
164165
run: |

openvm/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1410,7 +1410,7 @@ mod tests {
14101410
// TODO: fix this test. It works with `mock` (see above) but not with `prove_simple`
14111411
#[test]
14121412
#[ignore = "Panics with a verifier error like below without debug assertions, but fails with it"]
1413-
#[should_panic = "Verification(StarkError(InvalidProofShape)"]
1413+
#[should_panic = "StarkError(InvalidProofShape)"]
14141414
fn keccak_plonk_small_prove_simple() {
14151415
let mut stdin = StdIn::default();
14161416
stdin.write(&GUEST_KECCAK_ITER_SMALL);

0 commit comments

Comments
 (0)