File tree 3 files changed +7
-20
lines changed
3 files changed +7
-20
lines changed Original file line number Diff line number Diff line change 53
53
- name : Test "--fix -Zunstable-options"
54
54
run : cargo run --features deny-warnings,internal-lints --bin cargo-clippy -- clippy --fix -Zunstable-options
55
55
56
- - name : Test
57
- run : cargo test --features deny-warnings,internal-lints
58
-
59
- - name : Test clippy_lints
60
- run : cargo test --features deny-warnings,internal-lints
61
- working-directory : clippy_lints
62
-
63
- - name : Test rustc_tools_util
64
- run : cargo test --features deny-warnings
65
- working-directory : rustc_tools_util
56
+ - name : Test Workspace
57
+ run : cargo test --all --features deny-warnings,internal-lints
66
58
67
59
- name : Test clippy_dev
68
60
run : cargo test --features deny-warnings
Original file line number Diff line number Diff line change @@ -112,16 +112,8 @@ jobs:
112
112
- name : Build
113
113
run : cargo build --features deny-warnings,internal-lints
114
114
115
- - name : Test
116
- run : cargo test --features deny-warnings,internal-lints
117
-
118
- - name : Test clippy_lints
119
- run : cargo test --features deny-warnings,internal-lints
120
- working-directory : clippy_lints
121
-
122
- - name : Test rustc_tools_util
123
- run : cargo test --features deny-warnings
124
- working-directory : rustc_tools_util
115
+ - name : Test Workspace
116
+ run : cargo test --all --features deny-warnings,internal-lints
125
117
126
118
- name : Test clippy_dev
127
119
run : cargo test --features deny-warnings
Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ build = "build.rs"
18
18
edition = " 2018"
19
19
publish = false
20
20
21
+ [workspace ]
22
+ exclude = [" clippy_dev" , " mini-macro" ]
23
+
21
24
[[bin ]]
22
25
name = " cargo-clippy"
23
26
test = false
You can’t perform that action at this time.
0 commit comments