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 81a7164 commit 75005f8Copy full SHA for 75005f8
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