Skip to content

Commit

Permalink
Revert "Temporarily disable clippy on tests due to ICE"
Browse files Browse the repository at this point in the history
This reverts commit f1d6746.
  • Loading branch information
dtolnay committed Aug 1, 2022
1 parent 81704b3 commit 4124033
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@clippy
# Temporarily disabled on --tests because clippy is crashing.
# https://github.com/rust-lang/rust-clippy/issues/9089
- run: cargo clippy -- -Dclippy::all -Dclippy::pedantic
- run: cargo clippy --tests -- -Dclippy::all -Dclippy::pedantic

miri:
name: Miri
Expand Down

0 comments on commit 4124033

Please sign in to comment.