From 1c5d25f26d134a6cea31a99cc1f1a707b7a27304 Mon Sep 17 00:00:00 2001 From: Marijn Suijten Date: Fri, 12 Jul 2024 11:16:44 +0200 Subject: [PATCH] CI: Build-test documentation This makes sure we have no stale intradoc links or broken formatting, before eventually releasing the crate and having info up at docs.rs. --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb8e5eb..b5f123f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,8 @@ jobs: run: cargo clippy --workspace --all-targets -- -D warnings - name: Cargo test run: cargo test --workspace + - name: Cargo doc + run: cargo doc --workspace --all-features --no-deps --document-private-items generate-rust: name: Generate Rust crate