mirror of https://github.com/docker/docs.git
Merge pull request #2257 from allencloud/fix-unit-test-command-in-CONTRIBUTION
fix unit test command in CONTRIBUTION.md
This commit is contained in:
commit
eaa53c768a
|
|
@ -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