Skip to content
This repository has been archived by the owner on Oct 2, 2022. It is now read-only.

1.1.0: Test logging for GitHub Actions

Compare
Choose a tag to compare
released this 28 Apr 00:09
· 8 commits to main since this release
82bfc1b

This release adds a preview of the GitHub Actions logging, which can be enabled by adding the following method:

func TestMain(m *testing.M) {
	log.RunTests(m)
}