gotestsum icon indicating copy to clipboard operation
gotestsum copied to clipboard

Allow building of test binaries with gotestsum

Open fasmat opened this issue 1 year ago • 0 comments

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?

fasmat avatar Jun 28 '24 15:06 fasmat