mirror of
https://github.com/chronotope/chrono.git
synced 2025-09-27 13:01:37 +00:00
[CI] Run clippy on all features and targets
This commit is contained in:
parent
03dd894a7f
commit
2665e3091d
3
.github/workflows/lint.yml
vendored
3
.github/workflows/lint.yml
vendored
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user