Skip to content

ci: write only failed test output to GitHub Actions#1194

Merged
abhinav merged 1 commit into
mainfrom
gotestsum-fails-only
May 24, 2026
Merged

ci: write only failed test output to GitHub Actions#1194
abhinav merged 1 commit into
mainfrom
gotestsum-fails-only

Conversation

@abhinav
Copy link
Copy Markdown
Owner

@abhinav abhinav commented May 23, 2026

gotestsum's github-actions formatter writes grouped output
for all tests across all packages to the logs.
This ends up really slowing down GitHub Actions log browser
because of the sheer volume of output.

Switch to the github-actions-fails formatter
implemented in gotestyourself/gotestsum#568
to fix this.

[skip changelog]: no user facing changes

@abhinav
Copy link
Copy Markdown
Owner Author

abhinav commented May 23, 2026

This change is part of the following stack:

Change managed by git-spice.

@abhinav abhinav marked this pull request as ready for review May 23, 2026 23:21
@abhinav abhinav force-pushed the gotestsum-fails-only branch from a6de7a9 to f437b52 Compare May 23, 2026 23:22
gotestsum's github-actions formatter writes grouped output
for all tests across all packages to the logs.
This ends up really slowing down GitHub Actions log browser
because of the sheer volume of output.

Switch to the github-actions-fails formatter
implemented in gotestyourself/gotestsum#568
to fix this.

[skip changelog]: no user facing changes
@abhinav abhinav force-pushed the gotestsum-fails-only branch from f437b52 to 509baac Compare May 23, 2026 23:49
@abhinav abhinav merged commit a854d3c into main May 24, 2026
22 checks passed
@abhinav abhinav deleted the gotestsum-fails-only branch May 24, 2026 00:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant