We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1da2b28 commit 4ac8820Copy full SHA for 4ac8820
.github/actions/rust-build/action.yml
@@ -29,3 +29,9 @@ runs:
29
if: ${{ inputs.run-tests == 'true' }}
30
shell: bash
31
run: cargo test --all-features --verbose --package ${{ inputs.package }}
32
+
33
+ - name: Check documentation
34
+ env:
35
+ RUSTFLAGS: --cfg docsrs
36
+ RUSTDOCFLAGS: --cfg docsrs -Dwarnings
37
+ run: cargo doc --no-deps --document-private-items --all-features
0 commit comments