Skip to main content
Version: Next

test

Runs package tests with go test.

@go test {
packages = [ "./..." ]
args = "-race -count=1"
}

Capabilities

CapabilityInfo
Cacheremote
Bachno

Argument Reference

The following arguments are supported:

  • packages - (Optional) Packages to test. Default value is [ "./..." ].
  • args - (Optional) Extra go test arguments.