From 454693c2db7fe651545b0812ad5ae267150a370d Mon Sep 17 00:00:00 2001 From: Andy Pan Date: Sun, 27 Jan 2019 12:53:54 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=80=20Specify=20cpu=20flag=20in=20go?= =?UTF-8?q?=20test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1f2b0f5..d2de1ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ before_install: - go get -t -v ./... script: - - go test -cpu=16 -bench=. -benchmem=true -run=none ./... + #- go test -cpu=16 -bench=. -benchmem=true -run=none ./... - go test -race -cpu=1,16 -coverprofile=coverage.txt -covermode=atomic -v after_success: