mirror of
https://github.com/FlipsideCrypto/convox.git
synced 2026-02-06 10:56:56 +00:00
test with vendor mod
This commit is contained in:
parent
37a92c9a75
commit
7f55c44951
2
Makefile
2
Makefile
@ -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/$*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user