Merge pull request #787 from SirCAS/contribute-guide
Added note for how to avoid running vendor tests
This commit is contained in:
commit
d174ed75c7
1 changed files with 2 additions and 0 deletions
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
|
@ -112,6 +112,8 @@ More: https://labix.org/gocheck
|
|||
```
|
||||
ok _/home/vincent/src/github/vdemeester/traefik 0.004s
|
||||
```
|
||||
- Note that `$ go test ./...` will run all tests (including the ones in the vendor directory for the dependencies that glide have fetched). If you only want to run the tests for traefik use `$ go test $(glide novendor)` instead.
|
||||
|
||||
|
||||
### Documentation
|
||||
|
||||
|
|
Loading…
Reference in a new issue