Skip to content

Commit

Permalink
Merge pull request #209 from dtolnay/ice
Browse files Browse the repository at this point in the history
Temporarily disable clippy on tests due to ICE
  • Loading branch information
dtolnay committed Jul 2, 2022
2 parents c93e97c + f1d6746 commit 2cc3532
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@clippy
- run: cargo clippy --tests -- -Dclippy::all -Dclippy::pedantic
# Temporarily disabled on --tests because clippy is crashing.
# https://github.com/rust-lang/rust-clippy/issues/9089
- run: cargo clippy -- -Dclippy::all -Dclippy::pedantic

miri:
name: Miri
Expand Down

0 comments on commit 2cc3532

Please sign in to comment.