Parcourir la source

ci: style_check: more strict

Philipp Schuster il y a 2 ans
Parent
commit
57fdbe0881
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      .github/workflows/rust.yml

+ 2 - 2
.github/workflows/rust.yml

@@ -102,6 +102,6 @@ jobs:
       - name: Rustfmt
         run: cargo fmt -- --check
       - name: Clippy
-        run: cargo clippy
+        run: cargo clippy --all-targets
       - name: Rustdoc
-        run: cargo doc
+        run: cargo doc --document-private-items