Run all tests in cAdvisor without calling them out

This commit is contained in:
Victor Marmol 2014-07-07 18:03:46 -07:00
parent f4100c1c3d
commit 06718967ca

View File

@ -8,11 +8,5 @@ before_script:
- sudo dpkg -i influxdb_latest_amd64.deb
- sudo service influxdb start
script:
- go test -v -race github.com/google/cadvisor/container
- go test -v -race github.com/google/cadvisor/info
- go test -v -race github.com/google/cadvisor/client
- go test -v -race github.com/google/cadvisor/sampling
- go test -v -race github.com/google/cadvisor/storage/memory
- go test -v -race github.com/google/cadvisor/storage/influxdb
- go test -v -race github.com/google/cadvisor/manager
- go test -v -race github.com/google/cadvisor/...
- go build github.com/google/cadvisor