gotestsum icon indicating copy to clipboard operation
gotestsum copied to clipboard

Allow GitHub actions formatter to only display failure outputs.

Open Tonkpils opened this issue 1 month ago • 0 comments

Using the GitHub Actions formatter currently logs out the output of every test. This is may be undesirable if there's a lot of output since Actions will truncate it and require downloading the raw log.

Instead, it'd be ideal to allow configuring it or having a separate formatter to only display the logs on failure tests.

Tonkpils avatar Nov 21 '25 17:11 Tonkpils