CI: Run bench tests with race detector

This commit is contained in:
Matt Joiner 2019-10-01 18:10:00 +10:00
parent a05524d1a2
commit ca20deeff6
1 changed files with 1 additions and 1 deletions

View File

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