Skip to content

Commit

Permalink
Don't bench with -race
Browse files Browse the repository at this point in the history
  • Loading branch information
anacrolix committed Feb 24, 2021
1 parent a22c133 commit 693c30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 693c30d

Please sign in to comment.