ci: clean up test output

This commit is contained in:
Karan Misra 2014-03-23 04:59:53 +05:30
parent d64682bf34
commit 33dfc0f4c4
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@ go:
- tip
script:
- go test ./...
- go test ./... | grep -v 'no test files'
- pushd samples && find . -name "*.go" -exec go build {} \; && popd