From c69e8aae45c6bcd7f649aec3e99345f38e73a169 Mon Sep 17 00:00:00 2001 From: Martin Hoffmann Date: Tue, 24 Mar 2020 14:00:40 +0100 Subject: [PATCH] No features in test in workspace. --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1aaf2165..4ac67fa6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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