CI: run conformance tests against BIND

This commit is contained in:
Jorge Aparicio 2024-02-29 16:53:07 +01:00
parent 2c4ef88a98
commit 90ee7b30f6

View File

@ -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