File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,11 @@ matrix:
19
19
20
20
# This is the minimum Rust version supported by `async-await` feature.
21
21
# When updating this, the reminder to update the minimum required version of `async-await` feature in README.md.
22
- - name : cargo +nightly test (minimum required version)
22
+ - name : cargo +nightly build (minimum required version)
23
23
rust : nightly-2019-05-09
24
+ script :
25
+ - cargo run --manifest-path ci/remove-dev-dependencies/Cargo.toml */Cargo.toml
26
+ - cargo build --all --all-features
24
27
25
28
- name : cargo test
26
29
rust : nightly
@@ -30,11 +33,12 @@ matrix:
30
33
rust : nightly
31
34
os : linux
32
35
33
- - name : cargo test (with minimal versions)
36
+ - name : cargo build (with minimal versions)
34
37
rust : nightly
35
38
script :
39
+ - cargo run --manifest-path ci/remove-dev-dependencies/Cargo.toml */Cargo.toml
36
40
- cargo update -Zminimal-versions
37
- - cargo test --all --all-features
41
+ - cargo build --all --all-features
38
42
39
43
- name : cargo clippy
40
44
rust : nightly
You can’t perform that action at this time.
0 commit comments