mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-24 03:47:45 +08:00
split the Go Test workflow into two parallel jobs: - `unit-tests`: runs unit tests (excluding test/cli) - `cli-tests`: runs test/cli end-to-end tests test/cli takes ~3 minutes (~50% of total gotest time), so running it in parallel should reduce wall-clock CI time by ~1.5-2.5 minutes. both jobs produce JUnit XML and HTML reports for consistent debugging. |
||
|---|---|---|
| .. | ||
| changelog.yml | ||
| codeql-analysis.yml | ||
| docker-check.yml | ||
| docker-image.yml | ||
| gateway-conformance.yml | ||
| generated-pr.yml | ||
| gobuild.yml | ||
| golang-analysis.yml | ||
| golint.yml | ||
| gotest.yml | ||
| interop.yml | ||
| sharness.yml | ||
| spellcheck.yml | ||
| stale.yml | ||
| sync-release-assets.yml | ||
| test-migrations.yml | ||