Skip to content

Commit 57fdbe0

Browse files
committed
ci: style_check: more strict
1 parent 23b3cff commit 57fdbe0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,6 @@ jobs:
102102
- name: Rustfmt
103103
run: cargo fmt -- --check
104104
- name: Clippy
105-
run: cargo clippy
105+
run: cargo clippy --all-targets
106106
- name: Rustdoc
107-
run: cargo doc
107+
run: cargo doc --document-private-items

0 commit comments

Comments
 (0)