We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41e6469 commit 2339f90Copy full SHA for 2339f90
.github/workflows/Check.yml
@@ -59,5 +59,8 @@ jobs:
59
- name: Check | Clippy
60
run: Build_tool/target/release/Build_tool clippy ${{ matrix.target }} --all-features --workspace -- -D warnings
61
62
+ - name: Check | Documentation
63
+ run: RUSTDOCFLAGS="--deny warnings" cargo doc --all-features
64
+
65
- name: Run | Tests
66
run: Build_tool/target/release/Build_tool test ${{ matrix.target }} --all
0 commit comments