From 3d4f36a1323e7c35f04cedfbbea0908d4d8788f3 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 2a2ab11..e8f7942 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