Releases: GoTestTools/gotestfmt
Releases · GoTestTools/gotestfmt
v1.1.0
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
v1.0.1: Bugfix release
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
This is the initial release of gotestfmt
. Please see the readme for details.