From 4f024887e01e95816395f6d51d14b0dd11970a2a Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Thu, 29 Feb 2024 18:22:07 +0100 Subject: [PATCH] CI: test unbound (subject) against BIND (peers) --- .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 2a2ab11c..e8f7942b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: run: cargo test -p dns-test -- --include-ignored - name: Run tests against unbound - run: cargo test -p conformance-tests -- --include-ignored + run: DNS_TEST_PEER=bind cargo test -p conformance-tests -- --include-ignored - name: Run tests against BIND run: DNS_TEST_SUBJECT=bind cargo test -p conformance-tests -- --include-ignored