File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
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
54
+ - name : Test "--fix"
55
+ run : cargo run --features deny-warnings,internal-lints --bin cargo-clippy -- clippy --fix
56
+ working-directory : clippy_workspace_tests
56
57
57
58
- name : Test
58
59
run : cargo test --features deny-warnings,internal-lints
Original file line number Diff line number Diff line change @@ -113,8 +113,9 @@ 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
116
+ - name : Test "--fix"
117
+ run : cargo run --features deny-warnings,internal-lints --bin cargo-clippy -- clippy --fix
118
+ working-directory : clippy_workspace_tests
118
119
119
120
- name : Test
120
121
run : cargo test --features deny-warnings,internal-lints
You can’t perform that action at this time.
0 commit comments