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 c5d384e commit 54074b5Copy full SHA for 54074b5
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 -p coresimd"
+ cmd="$cmd --manifest-path=crates/core_arch/Cargo.toml"
64
else
65
- cmd="$cmd -p coresimd -p stdsimd"
+ cmd="$cmd --manifest-path=crates/core_arch/Cargo.toml --manifest-path=crates/std_detect/Cargo.toml"
66
fi
67
cmd="$cmd -- $2"
68
if [ "$NORUN" != "1" ]
0 commit comments