Avoid test vendor packages.
This commit is contained in:
@@ -7,7 +7,7 @@ run-debug: debug
|
||||
${GOPATH}/bin/ipe --config ${GOPATH}/src/github.com/dimiro1/ipe/config.json -logtostderr=true -v=2
|
||||
|
||||
test:
|
||||
go test github.com/dimiro1/ipe...
|
||||
go test `go list ./... | grep -v vendor`
|
||||
|
||||
macos:
|
||||
GOOS=darwin GOARCH=amd64 go install github.com/dimiro1/ipe
|
||||
|
||||
Reference in New Issue
Block a user