We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a5173c commit 9e79816Copy full SHA for 9e79816
1 file changed
.github/workflows/build.yml
@@ -46,7 +46,7 @@ jobs:
46
47
- name: Clippy
48
shell: bash
49
- run: rustup run ${{ matrix.rust }} cargo clippy --all -- -D warnings
+ run: rustup run ${{ matrix.rust }} cargo clippy --all --bins --all-targets --examples --benches --tests -- -D warnings
50
51
- name: Test (release)
52
0 commit comments