Skip to content

Commit

Permalink
Include pedantic lints in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 6, 2023
1 parent bcc8d8c commit 64c8dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
- uses: dtolnay/rust-toolchain@nightly
with:
components: clippy, rust-src
- run: cargo clippy --workspace --tests -- -Dclippy::all
- run: cargo clippy --workspace --tests -- -Dclippy::all -Dclippy::pedantic

clang-tidy:
name: Clang Tidy
Expand Down

0 comments on commit 64c8dd9

Please sign in to comment.