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