Skip to content

Instantly share code, notes, and snippets.

@zregvart
Created April 24, 2024 08:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zregvart/82f839354cfd2a121810ea36f32b1aa7 to your computer and use it in GitHub Desktop.
Save zregvart/82f839354cfd2a121810ea36f32b1aa7 to your computer and use it in GitHub Desktop.
Split go tests in 1/3 chunks
go test -list -json ./... | jq -r 'select(.Action == "start") | .Package' | split -n 'l/3'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment