We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24e9727 commit eeefec6Copy full SHA for eeefec6
1 file changed
.github/workflows/integration.yml
@@ -122,6 +122,11 @@ jobs:
122
RUSTFLAGS: "-C opt-level=3"
123
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
124
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
+
130
- name: Run secp256k1_add_syscall (release)
131
env:
132
0 commit comments