We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c36f9b0 commit 8d1e233Copy full SHA for 8d1e233
.github/workflows/clippy_bors.yml
@@ -177,23 +177,24 @@ jobs:
177
needs: changelog
178
strategy:
179
fail-fast: false
180
+ max-parallel: 6
181
matrix:
182
integration:
- - 'rust-lang/rls'
183
- 'rust-lang/cargo'
184
+ - 'rust-lang/rls'
185
- 'rust-lang/chalk'
- - 'Geal/nom'
186
- 'rust-lang/rustfmt'
187
- - 'hyperium/hyper'
188
- - 'rust-itertools/itertools'
189
- - 'serde-rs/serde'
+ - 'Marwes/combine'
+ - 'Geal/nom'
190
- 'rust-lang/stdarch'
+ - 'serde-rs/serde'
191
+ - 'hyperium/hyper'
192
- 'rust-random/rand'
193
- 'rust-lang/futures-rs'
- - 'Marwes/combine'
194
+ - 'chronotope/chrono'
195
+ - 'rust-itertools/itertools'
196
- 'rust-lang-nursery/failure'
197
- 'rust-lang/log'
- - 'chronotope/chrono'
198
199
runs-on: ubuntu-latest
200
0 commit comments