No features in test in workspace.

This commit is contained in:
Martin Hoffmann
2020-03-24 14:00:40 +01:00
parent ac4a58810a
commit c69e8aae45
+6 -1
View File
@@ -20,5 +20,10 @@ jobs:
- if: matrix.rust != 'nightly'
run: cargo clippy --all-features -- -D warnings
- run: cargo build --all-features --verbose
- run: cargo test --features "master sign tsig validate" --verbose
- run: |
cd domain
cargo test --features "master sign tsig validate" --verbose
- run: |
cd domain-resolv
cargo test --verbose