actions-marketplace-validations/GoLang Test
Run tests with annotations for failures
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| package | the package to run tests for | no | ./... |
| args | additional go test command line arguments, individual arguments should be separated by ';' | no | "" |
| show-long-running-tests | outputs a warning for long running tests, -1 to disable | no | 30 |
| show-package-output | deprecated, included for historical purposes | no | false |
| show-passed-tests | shows tests that were run and passed | no | true |
| show-stdout | shows the unparsed std-out from go test instead of the parsed output | no | false |
| skip-go-install | deprecated, included for historical purposes | no | false |
| show-code-coverage | shows code coverage for each package | no | true |
| working-directory | the directory to run go test in | no | — |
Outputs
no outputs