mirror of https://github.com/docker/docs.git
Merge pull request #1169 from MHBauer/run-tests
fix 'go test' invocation in CONTRIBUTING.md
This commit is contained in:
commit
5c66f2b3a0
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue