1
0
mirror of https://github.com/sjwhitworth/golearn.git synced 2025-04-26 13:49:14 +08:00

script update

This commit is contained in:
frozenkp 2018-06-04 14:53:43 +08:00
parent a826557c00
commit 9ec4d8f850

View File

@ -16,7 +16,7 @@ install:
- go get -v ./...
script:
- go test -race -coverprofile=coverage.txt -covermode=atomic
- go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
after_success:
- bash <(curl -s https://codecov.io/bash)