We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 637e606 commit 620d5ccCopy full SHA for 620d5cc
appveyor.yml
@@ -24,5 +24,8 @@ clone_depth: 1
24
build: false
25
26
test_script:
27
- - if defined MINIMAL_VERSIONS cargo +nightly generate-lockfile -Z minimal-versions && cargo +stable test
+ # 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
31
- if NOT defined MINIMAL_VERSIONS cargo test
0 commit comments