mirror of
https://github.com/NLnetLabs/domain.git
synced 2026-09-27 20:24:55 +02:00
ci: add minimal-versions check and test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user