fix CI workflow

This commit is contained in:
Jorge Aparicio 2024-02-09 16:38:45 +01:00
parent d17e42a679
commit 3d73fe3da1

View File

@ -21,7 +21,7 @@ jobs:
components: clippy, rustfmt
- name: Run tests against unbound
run: cargo test --workspace --include-ignored
run: cargo test --workspace -- --include-ignored
- name: Run tests against hickory
run: DNS_TEST_SUBJECT=hickory cargo test --workspace