Commit 71eb8eb
authored
ci: move clippy to parallel job, off the build-linux critical path (#1000)
Extract full-workspace clippy into a standalone `clippy` job that runs
in parallel with build-linux. The new job excludes notebook, runtimed-wasm,
and runtimed-py (same pattern as rust-tests and windows-clippy).
Replace the full-workspace clippy in build-linux with a notebook-only
`cargo clippy -p notebook` which is fast since release deps are already
compiled. No clippy coverage is lost.
This removes ~2.5 minutes from the build-linux critical path.1 parent 16e18b9 commit 71eb8eb
1 file changed
+28
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
266 | | - | |
267 | | - | |
| 266 | + | |
| 267 | + | |
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
| |||
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
339 | 365 | | |
340 | 366 | | |
341 | 367 | | |
| |||
0 commit comments