We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8c56a2 commit d6d73a4Copy full SHA for d6d73a4
ci/run.sh
@@ -23,7 +23,7 @@ fi
23
if [ "${NO_STD:-}" = "1" ]; then
24
echo "nothing to do for no_std"
25
else
26
- run="cargo test --manifest-path testcrate/Cargo.toml --no-fail-fast --target $target"
+ run="cargo test --package testcrate --no-fail-fast --target $target"
27
$run
28
$run --release
29
$run --features c
@@ -38,7 +38,7 @@ fi
38
39
if [ "${TEST_VERBATIM:-}" = "1" ]; then
40
verb_path=$(cmd.exe //C echo \\\\?\\%cd%\\testcrate\\target2)
41
- cargo build --manifest-path testcrate/Cargo.toml \
+ cargo build --package testcrate \
42
--target "$target" --target-dir "$verb_path" --features c
43
fi
44
0 commit comments