]> Sergey Matveev's repositories - btrtrc.git/blobdiff - .circleci/config.yml
CI: Run bench tests with race detector
[btrtrc.git] / .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 .