split_test_groups

command
v1.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 28, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

split_test_groups discovers Go test packages and groups them into balanced CI matrix groups by application type.

Outputs a JSON object suitable for GitHub Actions fromJson:

{"include": [
  {"name":"core",       "check_coverage":true,  "timeout_minutes":10, "packages":". ./internal/..."},
  {"name":"postgres",   "check_coverage":false, "timeout_minutes":25, "packages":"./applications/postgres ./applications/postgres/versions/..."},
  {"name":"datastores", "check_coverage":false, "timeout_minutes":25, "packages":"./applications/mysql/versions/... ./applications/redis/versions/..."},
  ...
]}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL