]> Sergey Matveev's repositories - btrtrc.git/commitdiff
CI: Run bench tests with race detector
authorMatt Joiner <anacrolix@gmail.com>
Tue, 1 Oct 2019 08:10:00 +0000 (18:10 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Tue, 1 Oct 2019 08:10:00 +0000 (18:10 +1000)
.circleci/config.yml

index 2939896ea3347a62ce1594cdeca4213cb417f5d8..31eb3730ce6a8e704e13bc155cc3cfc5cf0423b9 100644 (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 .