CI: test unbound (subject) against BIND (peers)

This commit is contained in:
Jorge Aparicio 2024-02-29 18:22:07 +01:00 committed by Андрей Листочкин (Andrei Listochkin)
parent 7aa9d543b4
commit 4f024887e0

View File

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