Skip to content

Commit

Permalink
ci: only run tests for libunbound
Browse files Browse the repository at this point in the history
In particular, the auto-imported docs in libunbound-sys aren't
fully rustdoc conforming and would otherwise cause tests to fail.

This is a bit of a cruddy work around, but it's good enough for me
for now.
  • Loading branch information
wez committed Oct 30, 2023
1 parent 67c8c1b commit 2757809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
- name: Build
run: cargo build
- name: Run tests
run: cargo test
run: cargo test -p libunbound

0 comments on commit 2757809

Please sign in to comment.