Skip to content

Commit 620d5cc

Browse files
committed
stop test on appveyor as requested
1 parent 637e606 commit 620d5cc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

appveyor.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,8 @@ clone_depth: 1
2424
build: false
2525

2626
test_script:
27-
- if defined MINIMAL_VERSIONS cargo +nightly generate-lockfile -Z minimal-versions && cargo +stable test
27+
# we don't have ci time to run the full `cargo test` with `minimal-versions` like
28+
# - if defined MINIMAL_VERSIONS cargo +nightly generate-lockfile -Z minimal-versions && cargo +stable test
29+
# so we just run `cargo check --tests` like
30+
- if defined MINIMAL_VERSIONS cargo +nightly generate-lockfile -Z minimal-versions && cargo +stable check --tests
2831
- if NOT defined MINIMAL_VERSIONS cargo test

0 commit comments

Comments
 (0)