Don't bench with -race

This commit is contained in:
Matt Joiner 2021-02-24 13:48:05 +11:00
parent a22c1334c6
commit 693c30dd88
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ jobs:
keys:
- go-cache-
- run: go get -d ./...
- run: go test -v -race ./... -count 2 -bench .
- run: go test -v -race ./... -count 2
- run: go test -bench . ./...
- run: set +e; CGO_ENABLED=0 go test -v ./...; true
- run: GOARCH=386 go test ./... -count 2 -bench . || true