Skip to content

Commit

Permalink
chore(ci): use shorter flag passing
Browse files Browse the repository at this point in the history
  • Loading branch information
petarvujovic98 committed Sep 6, 2024
1 parent 21c97cb commit c9a8770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ fi
if [ "$1" == "risc0" ]; then
check_toolchain $TOOLCHAIN_RISC0
./script/setup-bonsai.sh
cargo ${TOOLCHAIN_RISC0} run --bin risc0-builder --features test
cargo ${TOOLCHAIN_RISC0} run --bin risc0-builder -F test
cargo ${TOOLCHAIN_RISC0} test -F "risc0 integration" run_scenarios_sequentially
fi

Expand Down

0 comments on commit c9a8770

Please sign in to comment.