File tree 2 files changed +8
-6
lines changed 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 51
51
- name : Build
52
52
run : cargo build --features deny-warnings,internal-lints
53
53
54
- - name : Test "--fix -Zunstable-options"
55
- run : cargo run --features deny-warnings,internal-lints --bin cargo-clippy -- clippy --fix -Zunstable-options
56
-
57
54
- name : Test
58
55
run : cargo test --features deny-warnings,internal-lints
59
56
73
70
run : ../target/debug/cargo-clippy
74
71
working-directory : clippy_workspace_tests
75
72
73
+ - name : Test cargo-clippy --fix
74
+ run : ../target/debug/cargo-clippy clippy -- --fix
75
+ working-directory : clippy_workspace_tests
76
+
76
77
- name : Test clippy-driver
77
78
run : bash .github/driver.sh
78
79
env :
Original file line number Diff line number Diff line change @@ -113,9 +113,6 @@ jobs:
113
113
- name : Build
114
114
run : cargo build --features deny-warnings,internal-lints
115
115
116
- - name : Test "--fix -Zunstable-options"
117
- run : cargo run --features deny-warnings,internal-lints --bin cargo-clippy -- clippy --fix -Zunstable-options
118
-
119
116
- name : Test
120
117
run : cargo test --features deny-warnings,internal-lints
121
118
@@ -135,6 +132,10 @@ jobs:
135
132
run : ../target/debug/cargo-clippy
136
133
working-directory : clippy_workspace_tests
137
134
135
+ - name : Test cargo-clippy --fix
136
+ run : ../target/debug/cargo-clippy clippy -- --fix
137
+ working-directory : clippy_workspace_tests
138
+
138
139
- name : Test clippy-driver
139
140
run : bash .github/driver.sh
140
141
env :
You can’t perform that action at this time.
0 commit comments