Don’t include the interop feature in Github Actions.

This commit is contained in:
Martin Hoffmann
2020-08-27 11:48:35 +02:00
parent d703a55f2f
commit bb46dcc8ae
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -20,5 +20,5 @@ jobs:
- if: matrix.rust != 'nightly'
run: cargo clippy --all-features -- -D warnings
- run: cargo build --no-default-features --verbose
- run: cargo test --all-features --verbose
- run: cargo test --features="master resolv resolv-sync sign tsig validate" --verbose