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 0a710f3 commit 7fb8f99Copy full SHA for 7fb8f99
ci/run.bash
@@ -77,7 +77,7 @@ build_test() {
77
}
78
79
if [ -z "$SKIP_TESTS" ]; then
80
- cargo run --locked --profile "$BUILD_PROFILE" --features test --target "$TARGET" "${FEATURES[@]}" -- --dump-testament
+ target_cargo run --features test -- --dump-testament
81
build_test build
82
build_test test
83
fi
0 commit comments