[CI] Run clippy on all features and targets

This commit is contained in:
Paul Dicker 2023-06-08 13:14:45 +02:00 committed by Dirkjan Ochtman
parent 03dd894a7f
commit 2665e3091d

View File

@ -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 \