diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f19df18..68cfb642 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: components: clippy, rustfmt - name: Run tests against unbound - run: cargo test --workspace --include-ignored + run: cargo test --workspace -- --include-ignored - name: Run tests against hickory run: DNS_TEST_SUBJECT=hickory cargo test --workspace