mirror of https://github.com/stretchr/testify.git
Skip vendored packages from tests
Until we drop support of Go < 1.9, skip vendored packages manually. Once Go 1.11 is released, we would be able to just use ./...pull/542/head^2
parent
2c9035a78f
commit
bf45a85fc4
|
@ -12,4 +12,4 @@ script:
|
|||
- ./.travis.gogenerate.sh
|
||||
- ./.travis.gofmt.sh
|
||||
- ./.travis.govet.sh
|
||||
- go test -v -race ./...
|
||||
- go test -v -race $(go list ./... | grep -v vendor)
|
||||
|
|
Loading…
Reference in New Issue