File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717// It reads config.yaml (embedded at build time) and supports two
1818// subcommands:
1919//
20- // list
21- // Prints a JSON array of {"os": "...", "shard": "..."} entries to
22- // stdout, one per matrix cell the workflow should run.
20+ // list
21+ // Prints a JSON array of {"os": "...", "shard": "..."} entries to
22+ // stdout, one per matrix cell the workflow should run.
2323//
24- // run --shard <name> --os <os> --event <github-event>
25- // Resolves the shard's package list, decides whether to enable -race
26- // based on the (os, event) pair, sets per-shard env vars, and execs
27- // `go test`. Cwd must be the Go module root (./go in this repo).
24+ // run --shard <name> --os <os> --event <github-event>
25+ // Resolves the shard's package list, decides whether to enable -race
26+ // based on the (os, event) pair, sets per-shard env vars, and execs
27+ // `go test`. Cwd must be the Go module root (./go in this repo).
2828//
2929// Editing the matrix shape is a config-only operation: edit config.yaml
3030// and the workflow re-discovers shards on the next run.
You can’t perform that action at this time.
0 commit comments