tree: 0b1c899b1ac2e91bc800406d0c62f3ca25e3a354 [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/...'