Skip to content

Commit 50e6058

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 50e6058

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/rust.yml

+3
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,6 @@ 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

0 commit comments

Comments
 (0)