Skip to content

Commit 7547478

Browse files
Only run --features c for verbatim test
1 parent 7e6eb91 commit 7547478

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

ci/run.sh

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

3535
if [ "${TEST_VERBATIM:-}" = "1" ]; then
3636
verb_path=$(cmd.exe //C echo \\\\?\\%cd%\\testcrate\\target2)
37-
run="cargo build --manifest-path testcrate/Cargo.toml --target $target --target-dir $verb_path"
38-
$run
39-
$run --release
40-
$run --features c
41-
$run --features c --release
42-
$run --features no-asm
43-
$run --features no-asm --release
44-
$run --features no-f16-f128
45-
$run --features no-f16-f128 --release
37+
cargo build --manifest-path testcrate/Cargo.toml --target $target --target-dir $verb_path --features c
4638
fi
4739

4840
if [ -d /builtins-target ]; then

0 commit comments

Comments
 (0)