We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 141fc20 commit 93b57ffCopy full SHA for 93b57ff
.github/workflows/rust.yml
@@ -54,3 +54,8 @@ jobs:
54
with:
55
command: clippy
56
args: --all-features --tests --target=x86_64-unknown-linux-gnu -- -D warnings
57
+
58
+ - name: Check documentation
59
+ run: make doc
60
+ env:
61
+ RUSTDOCFLAGS: -D warnings
0 commit comments