From fbdc047be4286cdada91999c72d1c901b00f781c Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Thu, 29 Feb 2024 16:53:07 +0100 Subject: [PATCH] CI: run conformance tests against BIND --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6e9e86..2a2ab11 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,9 @@ jobs: - name: Run tests against unbound run: cargo test -p conformance-tests -- --include-ignored + - name: Run tests against BIND + run: DNS_TEST_SUBJECT=bind cargo test -p conformance-tests -- --include-ignored + - name: Run tests against hickory run: | git clone https://github.com/hickory-dns/hickory-dns /tmp/hickory