]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Don't bench with -race
authorMatt Joiner <anacrolix@gmail.com>
Wed, 24 Feb 2021 02:48:05 +0000 (13:48 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Wed, 24 Feb 2021 02:48:05 +0000 (13:48 +1100)
.circleci/config.yml

index db244804a67067ebbc59c86f5107be753df851ed..f25b011d42b79f8f0ba122a5773191fbb80e7c49 100644 (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