mirror of
https://github.com/stretchr/testify.git
synced 2025-05-31 11:42:44 +00:00
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 ./...
This commit is contained in:
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…
x
Reference in New Issue
Block a user