Skip to content

Commit 12626b0

Browse files
committed
Adding --all-targets to verify-rust cargo clippy check
1 parent 9b9b8ed commit 12626b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/verify-rust/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ runs:
1818
uses: actions-rs/cargo@v1
1919
with:
2020
command: clippy
21-
args: --all-features --no-deps --manifest-path ${{ inputs.working-directory }}/Cargo.toml -- -D warnings
21+
args: --all-targets --all-features --no-deps --manifest-path ${{ inputs.working-directory }}/Cargo.toml -- -D warnings

0 commit comments

Comments
 (0)