We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c98135 commit 2218dd6Copy full SHA for 2218dd6
.github/workflows/clippy.yml
@@ -50,17 +50,16 @@ jobs:
50
- name: Build
51
run: cargo build --features deny-warnings,internal-lints
52
53
+ - name: Test "--fix -Zunstable-options"
54
+ run: cargo run --features deny-warnings,internal-lints --bin cargo-clippy -- clippy --fix -Zunstable-options
55
+
56
- name: Test
57
run: cargo test --features deny-warnings,internal-lints
58
59
- name: Test clippy_lints
60
61
working-directory: clippy_lints
62
- - name: Test --fix -Zunstable-options
- run: cargo run --bin cargo-clippy -- clippy --fix -Zunstable-options
- working-directory: clippy_lints
63
-
64
- name: Test rustc_tools_util
65
run: cargo test --features deny-warnings
66
working-directory: rustc_tools_util
0 commit comments