test with vendor mod

This commit is contained in:
David Dollar 2019-11-05 14:39:45 -05:00
parent 37a92c9a75
commit 7f55c44951
No known key found for this signature in database
GPG Key ID: AFAF263FB45B2124

View File

@ -44,7 +44,7 @@ release:
docker push convox/convox:$(version)
test:
env PROVIDER=test go test -covermode atomic -coverprofile coverage.txt ./...
env PROVIDER=test go test -covermode atomic -coverprofile coverage.txt -mod=vendor ./...
$(binaries): $(GOPATH)/bin/%: $(sources)
go install -mod=vendor --ldflags="-s -w" ./cmd/$*