Commit 241dcdb
committed
Refactor crate loops in CI
- Use a `bash` array for the long list of crates without feature
toggles, to make clear what crates are covered in this loop, and
so any changes to the list produce clearer diffs, and to improve
the general readability of the workflow.
- In each loop, rename the variable from `name` to `crate`, to make
the meaning clearer. The other significant kind of loop in this
job is over `feature`, so this makes the contrast clear. (Other
loops over array items in other jobs in the workflow, where the
general variable name `name` could be used, already instead use
the more specific variable names `package` and `cmd`.)
This may slightly mitigate GitoxideLabs#1988 in that it makes it easier for the
big list to be manually inspected, but it does not fix that issue.wasm jobs1 parent 83e1b73 commit 241dcdb
1 file changed
+31
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
390 | | - | |
391 | | - | |
| 390 | + | |
| 391 | + | |
392 | 392 | | |
393 | 393 | | |
394 | 394 | | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
395 | 420 | | |
396 | | - | |
397 | | - | |
| 421 | + | |
| 422 | + | |
398 | 423 | | |
399 | 424 | | |
400 | 425 | | |
| |||
405 | 430 | | |
406 | 431 | | |
407 | 432 | | |
408 | | - | |
409 | | - | |
| 433 | + | |
| 434 | + | |
410 | 435 | | |
411 | 436 | | |
412 | 437 | | |
| |||
0 commit comments