Skip to content

Commit

Permalink
fix(ci): add prover elf building
Browse files Browse the repository at this point in the history
  • Loading branch information
petarvujovic98 committed Aug 27, 2024
1 parent 0ec235c commit 8882c66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions script/integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,13 @@ fi
if [ "$1" == "risc0" ]; then
check_toolchain $TOOLCHAIN_RISC0
./script/setup-bonsai.sh
cargo ${TOOLCHAIN_RISC0} run --bin risc0-builder
cargo ${TOOLCHAIN_RISC0} test -F "risc0 integration" run_scenarios_sequentially
fi

# SP1
if [ "$1" == "sp1" ]; then
check_toolchain $TOOLCHAIN_SP1
cargo ${TOOLCHAIN_SP1} run --bin sp1-builder
cargo ${TOOLCHAIN_SP1} test -F "sp1 integration" run_scenarios_sequentially
fi

0 comments on commit 8882c66

Please sign in to comment.