gotestsum
gotestsum copied to clipboard
Allow building of test binaries with gotestsum
go test has a neat feature where one can build a binary of all tests with go test -c -o ./build/test that can then be executed without using the go test command. Would it be possible to add this functionality to gotestsum as well, or alternatively have gotestsum run such a binary instead of go test?