Skip per-cpu unit test when in a circle ci container

This commit is contained in:
Cameron Sparr
2015-08-05 12:49:58 -06:00
parent 5259c50612
commit 42a7203b1e
3 changed files with 10 additions and 4 deletions

View File

@@ -20,5 +20,5 @@ test:
- golint testutil/...
- golint cmd/...
# Run short unit tests
- go test -v -short ./...
- make test-short
# TODO run full unit test suite