tree: d467b2a2a2d566173384e01c57d0871a7ce02c16 [path history] [tgz]
  1. action.yml
  2. Dockerfile
  3. entrypoint.sh
  4. README.md
.github/actions/go-test/README.md

go-test Docker action

This action runs Go unit tests.

Inputs

dir

Required Directory in which to run tests.

Outputs

result

Test results.

exit-code

Exit code of the test command

Example usage

uses: actions/go-test@v1
with:
  dir: './lib/...'