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 9b9b8ed commit 12626b0Copy full SHA for 12626b0
.github/actions/verify-rust/action.yml
@@ -18,4 +18,4 @@ runs:
18
uses: actions-rs/cargo@v1
19
with:
20
command: clippy
21
- args: --all-features --no-deps --manifest-path ${{ inputs.working-directory }}/Cargo.toml -- -D warnings
+ args: --all-targets --all-features --no-deps --manifest-path ${{ inputs.working-directory }}/Cargo.toml -- -D warnings
0 commit comments