Skip to content

Commit

Permalink
Makefile: change test parallel to 8 (pingcap#12885)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouqiang-cl authored and XiaTianliang committed Dec 21, 2019
1 parent 238c0a2 commit 14d11af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export PATH := $(path_to_add):$(PATH)
GO := GO111MODULE=on go
GOBUILD := $(GO) build $(BUILD_FLAG) -tags codes -trimpath
GOBUILDCOVERAGE := GOPATH=$(GOPATH) cd tidb-server; $(GO) test -coverpkg="../..." -c .
GOTEST := $(GO) test -p 4
GOTEST := $(GO) test -p 8
OVERALLS := GO111MODULE=on overalls

ARCH := "`uname -s`"
Expand Down

0 comments on commit 14d11af

Please sign in to comment.