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.
1 parent 54074b5 commit 6b70df7Copy full SHA for 6b70df7
ci/run.sh
@@ -60,9 +60,9 @@ cargo_test() {
60
cmd="$cmd ${subcmd} --target=$TARGET $1"
61
if [ "$NOSTD" = "1" ]
62
then
63
- cmd="$cmd --manifest-path=crates/core_arch/Cargo.toml"
+ cmd="$cmd -p core_arch"
64
else
65
- cmd="$cmd --manifest-path=crates/core_arch/Cargo.toml --manifest-path=crates/std_detect/Cargo.toml"
+ cmd="$cmd -p core_arch -p std_detect"
66
fi
67
cmd="$cmd -- $2"
68
if [ "$NORUN" != "1" ]
0 commit comments