Invoke clippy better for tests

See https://github.com/rust-lang/rust-clippy/issues/1436#issuecomment-462059561
This commit is contained in:
Darren Kulp 2022-06-03 20:40:07 -04:00 committed by Emilio Cobos Álvarez
parent aa103a6d90
commit 24252f0876

View File

@ -35,7 +35,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
args: -- --cfg test
args: --tests
msrv:
runs-on: ubuntu-latest