diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a0cf75d9de..6209a0ea65 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,9 +17,8 @@ jobs: - uses: Swatinem/rust-cache@v2 - run: cargo fmt --check -- --color=always - run: cargo fmt --check --manifest-path fuzz/Cargo.toml - - run: cargo clippy --color=always -- -D warnings - run: | - cargo clippy --color=always --target x86_64-pc-windows-msvc \ + cargo clippy --all-features --all-targets --color=always \ -- -D warnings - run: | cargo clippy --manifest-path fuzz/Cargo.toml --color=always \