Test docs.rs docs

This commit is contained in:
Kornel 2025-09-03 01:34:06 +01:00 committed by Kornel
parent 3de1385660
commit 8966ca27b7
1 changed files with 4 additions and 0 deletions

View File

@ -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 }}