Skip to content

Commit 7fb8f99

Browse files
committed
refactor(ci): use more target_cargo() in run.bash
1 parent 0a710f3 commit 7fb8f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ build_test() {
7777
}
7878

7979
if [ -z "$SKIP_TESTS" ]; then
80-
cargo run --locked --profile "$BUILD_PROFILE" --features test --target "$TARGET" "${FEATURES[@]}" -- --dump-testament
80+
target_cargo run --features test -- --dump-testament
8181
build_test build
8282
build_test test
8383
fi

0 commit comments

Comments
 (0)