We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa6a66a commit 390b0ecCopy full SHA for 390b0ec
.github/workflows/ci.yml
@@ -83,6 +83,9 @@ jobs:
83
- name: Clippy
84
run: cargo clippy --workspace --all-targets --all-features -- -D warnings
85
86
+ - name: Doc
87
+ run: cargo doc --workspace --all-features --no-deps --document-private-items --keep-going
88
+
89
- name: Build
90
run: cargo build --verbose
91
.github/workflows/ci_minimal.yml
@@ -37,6 +37,9 @@ jobs:
37
38
run: cargo clippy -- -D warnings
39
40
41
42
43
44
45
0 commit comments