Skip to content

Commit 83a7a66

Browse files
committed
refactor(ci): use more target_cargo() in run.bash
1 parent 3ba08da commit 83a7a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ build_test() {
7575
}
7676

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

0 commit comments

Comments
 (0)