Skip to content

Commit eeefec6

Browse files
committed
Add single-shard keccak integration test
1 parent 24e9727 commit eeefec6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/integration.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,11 @@ jobs:
122122
RUSTFLAGS: "-C opt-level=3"
123123
run: cargo run --release --package ceno_zkvm --bin e2e -- --platform=ceno --max-cycle-per-shard=1600 examples/target/riscv32im-ceno-zkvm-elf/release/examples/keccak_syscall
124124

125+
- name: Run multi-shards keccak_syscall single shard-id (release)
126+
env:
127+
RUSTFLAGS: "-C opt-level=3"
128+
run: cargo run --release --package ceno_zkvm --bin e2e -- --platform=ceno --max-cycle-per-shard=1600 --shard-id=1 examples/target/riscv32im-ceno-zkvm-elf/release/examples/keccak_syscall
129+
125130
- name: Run secp256k1_add_syscall (release)
126131
env:
127132
RUSTFLAGS: "-C opt-level=3"

0 commit comments

Comments
 (0)