mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-11 07:34:18 +00:00
ci: test cargo clippy --fix -Zunstable-options
This commit is contained in:
parent
51947df56f
commit
d6a7ebcdd6
1 changed files with 4 additions and 0 deletions
4
.github/workflows/clippy.yml
vendored
4
.github/workflows/clippy.yml
vendored
|
@ -57,6 +57,10 @@ jobs:
|
|||
run: cargo test --features deny-warnings,internal-lints
|
||||
working-directory: clippy_lints
|
||||
|
||||
- name: Test --fix -Zunstable-options
|
||||
run: cargo run --bin cargo-clippy -- clippy --fix -Zunstable-options
|
||||
working-directory: clippy_lints
|
||||
|
||||
- name: Test rustc_tools_util
|
||||
run: cargo test --features deny-warnings
|
||||
working-directory: rustc_tools_util
|
||||
|
|
Loading…
Reference in a new issue