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:
5050 - name : Build
5151 run : cargo build --features deny-warnings,internal-lints
5252
53+ - name : Test "--fix -Zunstable-options"
54+ run : cargo run --features deny-warnings,internal-lints --bin cargo-clippy -- clippy --fix -Zunstable-options
55+
5356 - name : Test
5457 run : cargo test --features deny-warnings,internal-lints
5558
5659 - name : Test clippy_lints
5760 run : cargo test --features deny-warnings,internal-lints
5861 working-directory : clippy_lints
5962
60- - name : Test --fix -Zunstable-options
61- run : cargo run --bin cargo-clippy -- clippy --fix -Zunstable-options
62- working-directory : clippy_lints
63-
6463 - name : Test rustc_tools_util
6564 run : cargo test --features deny-warnings
6665 working-directory : rustc_tools_util
You can’t perform that action at this time.
0 commit comments