From 554a0e25436d3d81cb9706f6664ad83746f2a182 Mon Sep 17 00:00:00 2001 From: rami3l Date: Tue, 11 Jun 2024 21:50:53 +0800 Subject: [PATCH] refactor(ci/run): use more `target_cargo()` in `run.bash` --- ci/run.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/run.bash b/ci/run.bash index 8e2a757bfd..0bab531617 100644 --- a/ci/run.bash +++ b/ci/run.bash @@ -75,7 +75,7 @@ build_test() { } if [ -z "$SKIP_TESTS" ]; then - cargo run --locked --profile "$BUILD_PROFILE" --features test --target "$TARGET" "${FEATURES[@]}" -- --dump-testament + target_cargo run --features test -- --dump-testament build_test build build_test test fi