fix unit test command in CONTRIBUTION.md

Signed-off-by: allencloud <allen.sun@daocloud.io>
This commit is contained in:
allencloud 2016-05-21 22:32:27 +08:00
parent df77cf3674
commit 069339a30e
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ For complete documentation on how to use Swarm, refer to the Swarm section of [d
To run unit tests:
```sh
go test -race ./...
go test -v -race `go list ./... | grep -v /vendor/`
```
To run integration tests: