Force go test colored output

Hello, when you run go test ./... in a shell you get nice colors which is nice but when running the same command from a script or a Makefile it switches its output to something which may be better suited for ci.

How can I force go test to use output with colors even though is it executed from my Makefile ? I don’t see any command argument which may affect this and found absolutely nothing on this online which is really depressing…

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.