File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -50,17 +50,16 @@ jobs:
50
50
- name : Build
51
51
run : cargo build --features deny-warnings,internal-lints
52
52
53
+ - name : Test "--fix -Zunstable-options"
54
+ run : cargo run --features deny-warnings,internal-lints --bin cargo-clippy -- clippy --fix -Zunstable-options
55
+
53
56
- name : Test
54
57
run : cargo test --features deny-warnings,internal-lints
55
58
56
59
- name : Test clippy_lints
57
60
run : cargo test --features deny-warnings,internal-lints
58
61
working-directory : clippy_lints
59
62
60
- - name : Test --fix -Zunstable-options
61
- run : cargo run --bin cargo-clippy -- clippy --fix -Zunstable-options
62
- working-directory : clippy_lints
63
-
64
63
- name : Test rustc_tools_util
65
64
run : cargo test --features deny-warnings
66
65
working-directory : rustc_tools_util
You can’t perform that action at this time.
0 commit comments