gotestfmt
gotestfmt copied to clipboard
Fixing docker input stream closed
In my case, I had to add the -i flag so that docker didn't close the input stream. I believe this was because my computer is really fast to close the interactive shell input
go test -json ./... | docker run -i ghcr.io/gotesttools/gotestfmt:latest