Skip to content

Commit e6ff35e

Browse files
theKidOfArcraniaAmanieu
authored andcommitted
verbatim tests only need to build
1 parent ac30f02 commit e6ff35e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ fi
3434

3535
if [ "${TEST_VERBATIM:-}" = "1" ]; then
3636
verb_path=$(cmd.exe //C echo \\\\?\\%cd%\\testcrate\\target2)
37-
run="cargo test --manifest-path testcrate/Cargo.toml --target $target --target-dir $verb_path"
37+
run="cargo build --manifest-path testcrate/Cargo.toml --target $target --target-dir $verb_path"
3838
$run
3939
$run --release
4040
$run --features c

0 commit comments

Comments
 (0)