test
Runs package tests with go test.
@go test {
packages = [ "./..." ]
args = "-race -count=1"
}
Capabilities
| Capability | Info |
|---|---|
| Cache | remote |
| Bach | no |
Argument Reference
The following arguments are supported:
packages- (Optional) Packages to test. Default value is[ "./..." ].args- (Optional) Extrago testarguments.