File tree 2 files changed +12
-0
lines changed 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 62
62
run : cargo test --features deny-warnings
63
63
working-directory : rustc_tools_util
64
64
65
+ # This test was moved here from clippy_dev.yml because it requires to build clippy
66
+ # and we do that there anyway
67
+ - name : Test clippy_dev (lintcheck)
68
+ run : cargo test lintcheck --features lintcheck,deny-warnings
69
+ working-directory : clippy_dev
70
+
65
71
- name : Test clippy_dev
66
72
run : cargo test --features deny-warnings
67
73
working-directory : clippy_dev
Original file line number Diff line number Diff line change @@ -130,6 +130,12 @@ jobs:
130
130
run : cargo test --features deny-warnings
131
131
working-directory : rustc_tools_util
132
132
133
+ # This test was moved here from clippy_dev.yml because it requires to build clippy
134
+ # and we do that there anyway
135
+ - name : Test clippy_dev (lintcheck)
136
+ run : cargo test lintcheck --features lintcheck,deny-warnings
137
+ working-directory : clippy_dev
138
+
133
139
- name : Test clippy_dev
134
140
run : cargo test --features deny-warnings
135
141
working-directory : clippy_dev
You can’t perform that action at this time.
0 commit comments