Skip to content

Commit 63c8c30

Browse files
PG2000onsi
authored andcommitted
update supported platforms for race conditions
1 parent b69c00d commit 63c8c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ var GinkgoCLIWatchFlags = GinkgoFlags{
512512
// GoBuildFlags provides flags for the Ginkgo CLI build, run, and watch commands that capture go's build-time flags. These are passed to go test -c by the ginkgo CLI
513513
var GoBuildFlags = GinkgoFlags{
514514
{KeyPath: "Go.Race", Name: "race", SectionKey: "code-and-coverage-analysis",
515-
Usage: "enable data race detection. Supported only on linux/amd64, freebsd/amd64, darwin/amd64, windows/amd64, linux/ppc64le and linux/arm64 (only for 48-bit VMA)."},
515+
Usage: "enable data race detection. Supported on linux/amd64, linux/ppc64le, linux/arm64, linux/s390x, freebsd/amd64, netbsd/amd64, darwin/amd64, darwin/arm64, and windows/amd64."},
516516
{KeyPath: "Go.Vet", Name: "vet", UsageArgument: "list", SectionKey: "code-and-coverage-analysis",
517517
Usage: `Configure the invocation of "go vet" during "go test" to use the comma-separated list of vet checks. If list is empty, "go test" runs "go vet" with a curated list of checks believed to be always worth addressing. If list is "off", "go test" does not run "go vet" at all. Available checks can be found by running 'go doc cmd/vet'`},
518518
{KeyPath: "Go.Cover", Name: "cover", SectionKey: "code-and-coverage-analysis",

0 commit comments

Comments
 (0)