🍀 Reset to the default config

This commit is contained in:
Andy Pan 2019-01-27 13:30:38 +08:00
parent 72bf8e2fb5
commit 204e93011d
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ before_install:
script:
#- go test -cpu=16 -bench=. -benchmem=true -run=none ./...
- go test -race -cpu=1,16 -coverprofile=coverage.txt -covermode=atomic -v
- go test -race -coverprofile=coverage.txt -covermode=atomic -v
after_success:
- bash <(curl -s https://codecov.io/bash)