From 3d73fe3da1ed2c6916559f541767a97bafd6aacf Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Fri, 9 Feb 2024 16:38:45 +0100 Subject: [PATCH] fix CI workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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