Skip to content

Commit 93b57ff

Browse files
committed
github/workflows: Add CI test for documentation
Check documentation didn't break on pull requests. Signed-off-by: Carlos Bilbao <[email protected]>
1 parent 141fc20 commit 93b57ff

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/rust.yml

+5
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,8 @@ jobs:
5454
with:
5555
command: clippy
5656
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

Comments
 (0)