You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 inputThe text was updated successfully, but these errors were encountered: