Merge pull request #1169 from MHBauer/run-tests

fix 'go test' invocation in CONTRIBUTING.md
This commit is contained in:
Xian Chaobo 2015-08-27 14:46:42 +08:00
commit 5c66f2b3a0
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ First, prepare dependencies for `swarm` and try to compile it.
```sh
cd src/github.com/docker/swarm
$GOBIN/godep restore
go test
go test -v -race ./...
go install
```