Add cargo doc generation to CI pipeline

This commit is contained in:
2026-06-01 14:12:56 +02:00
parent d9d1847dd4
commit 51d3d714ba
+1
View File
@@ -16,6 +16,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo check --workspace
- run: cargo doc --no-deps --document-private-items --workspace
build:
needs: check