conventional-actions/go-test
Test Go code
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| package | package to test | no | ./... |
| platforms | comma-separated list of platforms to test | no | — |
| tags | comma-separated list of build tags to pass to go compiler | no | — |
| args | arguments to pass to the test | no | — |
| match | regular expression of tests to run | no | — |
| parallel | allow parallel execution of test functions that call t.Parallel | no | 0 |
| failfast | do not start new tests after the first test failure | no | false |
| cover | set the mode for coverage analysis for the package being tested. Options are "off, set, count, automatic" | no | off |
Outputs
no outputs