Run clippy on all crates in workspace

This commit is contained in:
David Tolnay 2023-03-17 17:55:31 -07:00
parent 3cec8c4879
commit 07c66e7259
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ jobs:
- uses: dtolnay/rust-toolchain@nightly
with:
components: clippy, rust-src
- run: cargo clippy --tests -- -Dclippy::all -Dclippy::pedantic
- run: cargo clippy --tests --workspace -- -Dclippy::all -Dclippy::pedantic
miri:
name: Miri