Skip to content

Commit d6d73a4

Browse files
committed
update script
1 parent f8c56a2 commit d6d73a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/run.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fi
2323
if [ "${NO_STD:-}" = "1" ]; then
2424
echo "nothing to do for no_std"
2525
else
26-
run="cargo test --manifest-path testcrate/Cargo.toml --no-fail-fast --target $target"
26+
run="cargo test --package testcrate --no-fail-fast --target $target"
2727
$run
2828
$run --release
2929
$run --features c
@@ -38,7 +38,7 @@ fi
3838

3939
if [ "${TEST_VERBATIM:-}" = "1" ]; then
4040
verb_path=$(cmd.exe //C echo \\\\?\\%cd%\\testcrate\\target2)
41-
cargo build --manifest-path testcrate/Cargo.toml \
41+
cargo build --package testcrate \
4242
--target "$target" --target-dir "$verb_path" --features c
4343
fi
4444

0 commit comments

Comments
 (0)