From c9a8770cdedd0550b9a54a864e2ddbdeeb9f720f Mon Sep 17 00:00:00 2001 From: Petar Vujovic Date: Fri, 6 Sep 2024 09:16:27 +0200 Subject: [PATCH] chore(ci): use shorter flag passing --- script/integration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/integration.sh b/script/integration.sh index b65c0d150..f6e090477 100755 --- a/script/integration.sh +++ b/script/integration.sh @@ -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