ci: add minimal-versions check and test

This commit is contained in:
Joonas Koivunen
2021-01-13 18:33:37 +02:00
parent 1c88c84d3d
commit f7c4153b4d
+6 -1
View File
@@ -21,4 +21,9 @@ jobs:
run: cargo clippy --all-features -- -D warnings
- run: cargo build --no-default-features --verbose
- run: cargo test --features="master resolv resolv-sync sign tsig validate" --verbose
- if: matrix.rust == 'nightly'
run: |
cargo +nightly update -Z minimal-versions
cargo check --features="master resolv resolv-sync sign tsig validate" --verbose --all-targets
cargo test --features="master resolv resolv-sync sign tsig validate"
name: Check and test with minimal-versions