Skip to content

Commit

Permalink
Merge branch 'feat/guest-example' of github.com:scroll-tech/ceno into…
Browse files Browse the repository at this point in the history
… feat/guest-example
  • Loading branch information
Aurélien Nicolas committed Nov 18, 2024
2 parents dc0f10e + 12abf35 commit 7e00fac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ jobs:
- name: Run example
env:
RAYON_NUM_THREADS: 2
run: cargo run --package ceno_zkvm --example riscv_opcodes --target ${{ matrix.target }} -- --start 10 --end 11
run: cargo run --release --package ceno_zkvm --example riscv_opcodes --target ${{ matrix.target }} -- --start 10 --end 11

- name: Run fibonacci
env:
RAYON_NUM_THREADS: 8
RUST_LOG: debug
run: cargo run --package ceno_zkvm --example fibonacci_elf --target ${{ matrix.target }} --
run: cargo run --release --package ceno_zkvm --example fibonacci_elf --target ${{ matrix.target }} --

0 comments on commit 7e00fac

Please sign in to comment.