You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Go Test Action
v0.0.1
GitHub Action for running go test ...
and getting rich summary and annotations as output.
Powered by Job Summaries, this Action will generate a convenient interactive viewer for tests based on Go's test2json output.
Tests are organized per package, with a brief summary of individual test results:
Expand for per-test (with subtest) results and to view raw test output:
moduleDirectory
(optional): relative path to the directory containing thego.mod
of the module you wish to test- Default:
.
- Default:
testArguments
(optional): arguments to pass togo test
,-json
will be prepended- Default:
./...
- Default: