File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -177,23 +177,24 @@ jobs:
177
177
needs : changelog
178
178
strategy :
179
179
fail-fast : false
180
+ max-parallel : 6
180
181
matrix :
181
182
integration :
182
- - ' rust-lang/rls'
183
183
- ' rust-lang/cargo'
184
+ - ' rust-lang/rls'
184
185
- ' rust-lang/chalk'
185
- - ' Geal/nom'
186
186
- ' rust-lang/rustfmt'
187
- - ' hyperium/hyper'
188
- - ' rust-itertools/itertools'
189
- - ' serde-rs/serde'
187
+ - ' Marwes/combine'
188
+ - ' Geal/nom'
190
189
- ' rust-lang/stdarch'
190
+ - ' serde-rs/serde'
191
+ - ' hyperium/hyper'
191
192
- ' rust-random/rand'
192
193
- ' rust-lang/futures-rs'
193
- - ' Marwes/combine'
194
+ - ' chronotope/chrono'
195
+ - ' rust-itertools/itertools'
194
196
- ' rust-lang-nursery/failure'
195
197
- ' rust-lang/log'
196
- - ' chronotope/chrono'
197
198
198
199
runs-on : ubuntu-latest
199
200
You can’t perform that action at this time.
0 commit comments