File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff 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 ) ;
You can’t perform that action at this time.
0 commit comments