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:
1919
2020 # This is the minimum Rust version supported by `async-await` feature.
2121 # 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)
2323 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
2427
2528 - name : cargo test
2629 rust : nightly
@@ -30,11 +33,12 @@ matrix:
3033 rust : nightly
3134 os : linux
3235
33- - name : cargo test (with minimal versions)
36+ - name : cargo build (with minimal versions)
3437 rust : nightly
3538 script :
39+ - cargo run --manifest-path ci/remove-dev-dependencies/Cargo.toml */Cargo.toml
3640 - cargo update -Zminimal-versions
37- - cargo test --all --all-features
41+ - cargo build --all --all-features
3842
3943 - name : cargo clippy
4044 rust : nightly
You can’t perform that action at this time.
0 commit comments