Skip to content

Commit

Permalink
Run clippy on all crates in workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 18, 2023
1 parent 3cec8c4 commit 07c66e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -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
Expand Down

0 comments on commit 07c66e7

Please sign in to comment.