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 3d2db8d commit 7e6eb91Copy full SHA for 7e6eb91
ci/run.sh
@@ -34,7 +34,7 @@ fi
34
35
if [ "${TEST_VERBATIM:-}" = "1" ]; then
36
verb_path=$(cmd.exe //C echo \\\\?\\%cd%\\testcrate\\target2)
37
- run="cargo test --manifest-path testcrate/Cargo.toml --target $target --target-dir $verb_path"
+ run="cargo build --manifest-path testcrate/Cargo.toml --target $target --target-dir $verb_path"
38
$run
39
$run --release
40
$run --features c
0 commit comments