From adde27cfa50f7ef70821cecb71967d538962f7b3 Mon Sep 17 00:00:00 2001 From: KyleMiles Date: Fri, 10 May 2024 11:50:07 -0400 Subject: Fix remaining Rust doc examples; We now make sure examples build in PR CI --- .github/workflows/rust.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.github') diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index c0967cac..3e78ce0f 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -33,6 +33,10 @@ jobs: working-directory: ./rust run: cargo check --workspace --all-features + - name: cargo doc test + working-directory: ./rust + run: cargo test --doc -- --show-output + - name: cargo clippy working-directory: ./rust run: cargo clippy -- -D warnings -- cgit v1.3.1