Merge pull request #2257 from allencloud/fix-unit-test-command-in-CONTRIBUTION

fix unit test command in CONTRIBUTION.md
This commit is contained in:
Nishant Totla 2016-05-26 10:44:45 -07:00
commit eaa53c768a
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: