From 2757809601124d39d3f5ff06048a60cce5bd2253 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Mon, 30 Oct 2023 11:39:02 -0700 Subject: [PATCH] ci: only run tests for libunbound 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. --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 94d0ea3..68a330c 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -19,4 +19,4 @@ jobs: - name: Build run: cargo build - name: Run tests - run: cargo test + run: cargo test -p libunbound