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 843b500 commit 01ff149Copy full SHA for 01ff149
compiler-builtins/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