Skip to content

Commit c40e658

Browse files
authored
CI: Build-test documentation (#393)
1 parent 6ca6f2e commit c40e658

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
- name: codegen
2727
run: cargo run --release -p codegen -- --check
2828

29+
- name: Build-test documentation
30+
env:
31+
RUSTDOCFLAGS: -Dwarnings
32+
run: cargo doc --all --all-features --no-deps --document-private-items
33+
2934
test:
3035
name: Test
3136
strategy:

0 commit comments

Comments
 (0)