Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
CI: test unbound (subject) against BIND (peers)
Browse files Browse the repository at this point in the history
  • Loading branch information
japaric committed Feb 29, 2024
1 parent 3f930fb commit 3d4f36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3d4f36a

Please sign in to comment.