Skip to content

Commit f7f3374

Browse files
Add Public Value Logic to Recursion (#1149)
Co-authored-by: xkx <xiakunxian130@gmail.com>
1 parent 3931f83 commit f7f3374

17 files changed

Lines changed: 927 additions & 1021 deletions

File tree

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
env:
168168
RUSTFLAGS: "-C opt-level=3"
169169
run: |
170-
cargo run --release --package ceno_recursion --bin e2e -- --platform=ceno --max-cycle-per-shard=1600 examples/target/riscv32im-ceno-zkvm-elf/release/examples/keccak_syscall
170+
cargo run --release --package ceno_recursion --bin e2e_aggregate -- --platform=ceno --max-cycle-per-shard=1600 examples/target/riscv32im-ceno-zkvm-elf/release/examples/keccak_syscall
171171
172172
- name: Install cargo make
173173
run: |

0 commit comments

Comments
 (0)