Update go test script

This commit is contained in:
Dan Sosedoff 2018-08-31 22:37:24 -05:00
parent ab33472bf4
commit f6fa44b7fc

View File

@ -21,6 +21,6 @@ build_script:
- go build
test_script:
- go test -race -cover ./...
- go test -cover ./...
deploy: off