diff --git a/.travis.yml b/.travis.yml index dd159d0..1f2b0f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,8 @@ before_install: - go get -t -v ./... script: - - go test -race -coverprofile=coverage.txt -covermode=atomic -v -# - go test -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: - bash <(curl -s https://codecov.io/bash)