We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
target_cargo()
run.bash
1 parent 3ba08da commit 83a7a66Copy full SHA for 83a7a66
ci/run.bash
@@ -75,7 +75,7 @@ build_test() {
75
}
76
77
if [ -z "$SKIP_TESTS" ]; then
78
- cargo run --locked --profile "$BUILD_PROFILE" --features test --target "$TARGET" "${FEATURES[@]}" -- --dump-testament
+ target_cargo run --features test -- --dump-testament
79
build_test build
80
build_test test
81
fi
0 commit comments