ci: add --no-deps to clippy

This commit is contained in:
MedzikUser 2022-04-24 21:37:13 +02:00
parent 3c36122b86
commit 6e6a25e110
No known key found for this signature in database
GPG key ID: A5FAC1E185C112DB

View file

@ -54,7 +54,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D warnings
args: --no-deps -- -D warnings
test:
strategy: