Skip to content

Commit

Permalink
ci: test cargo clippy --fix -Zunstable-options
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskrgr committed Dec 22, 2020
1 parent 51947df commit d6a7ebc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/clippy.yml
Expand Up @@ -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
Expand Down

0 comments on commit d6a7ebc

Please sign in to comment.