conventional-actions/go-test

Test Go code

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
packagepackage to testno./...
platformscomma-separated list of platforms to testno
tagscomma-separated list of build tags to pass to go compilerno
argsarguments to pass to the testno
matchregular expression of tests to runno
parallelallow parallel execution of test functions that call t.Parallelno0
failfastdo not start new tests after the first test failurenofalse
coverset the mode for coverage analysis for the package being tested. Options are "off, set, count, automatic"nooff

no outputs