Created
April 24, 2024 08:53
-
-
Save zregvart/82f839354cfd2a121810ea36f32b1aa7 to your computer and use it in GitHub Desktop.
Split go tests in 1/3 chunks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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