CI: Run bench tests with race detector
This commit is contained in:
parent
a05524d1a2
commit
ca20deeff6
|
@ -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 .
|
||||
|
|
Loading…
Reference in New Issue