From 8966ca27b7cf21c75b3f095e66241ee45d707d11 Mon Sep 17 00:00:00 2001 From: Kornel Date: Wed, 3 Sep 2025 01:34:06 +0100 Subject: [PATCH] Test docs.rs docs --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56e636e5..083f6919 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,6 +58,10 @@ jobs: key: clippy-target-${{ runner.os }}-${{ steps.rust-version.outputs.version }}-${{ hashFiles('Cargo.lock') }} - name: Run clippy run: cargo clippy --all --all-targets + - name: Check docs + run: cargo doc --no-deps -p boring -p boring-sys --features rpk,pq-experimental,underscore-wildcards + env: + - DOCS_RS: 1 test: name: Test runs-on: ${{ matrix.os }}