🍀 Specify cpu flag in go test

This commit is contained in:
Andy Pan 2019-01-27 12:53:54 +08:00
parent 250b05bd03
commit 454693c2db
1 changed files with 1 additions and 1 deletions

View File

@ -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: