From 124525ee1d93ef17aa34e51028cd76e9cafba7e0 Mon Sep 17 00:00:00 2001 From: Patrick Date: Fri, 21 Aug 2026 19:21:53 +0000 Subject: [PATCH] ci: add cargo doc step to test job to catch broken intra-doc links (#173) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 580340d..8b29425 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,7 @@ jobs: - run: cargo fmt --check - run: cargo clippy --workspace --all-targets -- -D warnings - run: cargo test --workspace + - run: RUSTDOCFLAGS="-D warnings" cargo doc --workspace --no-deps wasm-build: runs-on: ubuntu-latest