Skip to content

Commit

Permalink
Specify to use -test.short when running unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
vmarmol committed Feb 24, 2015
1 parent c388ea0 commit 306645d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ At this point you can build cAdvisor:
$ godep go build github.com/google/cadvisor
```

or run unit tests:
or run only unit tests:

```
$ godep go test github.com/google/cadvisor/...
$ godep go test github.com/google/cadvisor/... -test.short
```

0 comments on commit 306645d

Please sign in to comment.