Run clippy on test suite in CI

This commit is contained in:
David Tolnay 2020-11-06 10:14:43 -08:00
parent df67e21241
commit 7a0b134d9c
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -92,4 +92,4 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@clippy
- run: cargo clippy --workspace -- -Dclippy::all
- run: cargo clippy --workspace --tests -- -Dclippy::all