1
0
mirror of https://github.com/kidoman/embd synced 2024-05-30 07:38:04 +02:00

ci: clean up test output

This commit is contained in:
Karan Misra 2014-03-23 04:59:53 +05:30
parent d64682bf34
commit 33dfc0f4c4

View File

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