Skip to content

Releases: GoTestTools/gotestfmt

v1.1.0

12 Nov 15:22
Compare
Choose a tag to compare

This release contains bugfixes as well as built-in support for other CI systems (GitLab, CircleCI, etc). Please see the README for details.

Changelog

46bd799 Fixes #4: Adding support for multiple popular CI systems (#5)
5f5dd23 Fixes #6: Misattribution of test output

Docker images

  • docker pull ghcr.io/haveyoudebuggedit/gotestfmt:v1.1.0
  • docker pull ghcr.io/haveyoudebuggedit/gotestfmt:v1

v1.0.2

11 Nov 15:26
5ed11e4
Compare
Choose a tag to compare

This is a bugfix release allowing you to use go test without the -v flag. (See #2)

v1.0.1: Bugfix release

28 Jul 10:54
Compare
Choose a tag to compare

This release fixes a bug when go test -v ./... is run on a folder with a go.mod file, but no other files in it.

v1.0.0

28 Jul 06:01
Compare
Choose a tag to compare

This is the initial release of gotestfmt. Please see the readme for details.