mirror of https://github.com/docker/docs.git
fix unit test command in CONTRIBUTION.md
Signed-off-by: allencloud <allen.sun@daocloud.io>
This commit is contained in:
parent
df77cf3674
commit
069339a30e
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue