Skip to content

Releases: GoTestTools/gotestfmt-action

v2.3.0

16 Apr 07:32
eba2ac9

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.2.0

05 Feb 08:00

Choose a tag to compare

What's Changed

  • Extend selftest workflow to multiple runners by @norwd in #9
  • Fix installation on Windows runners by @norwd in #10
  • Updating to node20 by @erikburt in #14

New Contributors

Full Changelog: v2.1.0...v2.2.0

v2.1.0

20 Oct 14:42
65f1d22

Choose a tag to compare

What's Changed

  • Deprecating haveyoudebuggedit/gotestfmt-action by @janosdebugs in #2
  • Revert "Deprecating haveyoudebuggedit/gotestfmt-action" by @janosdebugs in #3
  • Fix ln operation on macos by @engelmi in #5
  • added token to install by @engelmi in #7
  • Updating to node16 by @janosdebugs in #6

New Contributors

Full Changelog: v2.0.0...v2.1.0

2.0.0: Switching to JSON output

05 Dec 12:56
3e91a15

Choose a tag to compare

This release contains a backwards-incompatible change and only supports output generated with go test -json. Please switch your test configuration to output in the JSON format.

We are sorry we had to break backwards compatibility, but this was the only way to fix bug #8, where tests were incorrectly shown in the wrong package.

1.0.0: gotestfmt in action(s)

28 Jul 07:48

Choose a tag to compare

gotestfmt transforms the output of go test into a beautiful, folded and colored version in GitHub Actions. You can find more information on the gotestfmt repository.