Skip to content

Commit b31e5ed

Browse files
KSXGitHubanonrig
authored andcommitted
ci: cargo doc
1 parent 1922bb6 commit b31e5ed

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
@@ -55,6 +55,11 @@ jobs:
5555
- name: Cargo Test
5656
run: cargo test --all-targets --all-features
5757

58+
- name: Cargo Doc
59+
env:
60+
RUSTDOCFLAGS: '-D warnings'
61+
run: cargo doc
62+
5863
format:
5964
name: Format
6065
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)