Skip to content

Commit 4124033

Browse files
committed
Revert "Temporarily disable clippy on tests due to ICE"
This reverts commit f1d6746.
1 parent 81704b3 commit 4124033

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ jobs:
4343
steps:
4444
- uses: actions/checkout@v3
4545
- uses: dtolnay/rust-toolchain@clippy
46-
# Temporarily disabled on --tests because clippy is crashing.
47-
# https://github.com/rust-lang/rust-clippy/issues/9089
48-
- run: cargo clippy -- -Dclippy::all -Dclippy::pedantic
46+
- run: cargo clippy --tests -- -Dclippy::all -Dclippy::pedantic
4947

5048
miri:
5149
name: Miri

0 commit comments

Comments
 (0)