Use docker to run makefile tasks (#4893)
This commit is contained in:
parent
a8c2c9c6bc
commit
fcd3a580d9
5 changed files with 93 additions and 29 deletions
|
|
@ -34,5 +34,5 @@ export GODEBUG=netdns=cgo+2
|
|||
# use vendor directory instead of go modules https://github.com/golang/go/wiki/Modules
|
||||
export GO111MODULE=off
|
||||
|
||||
go test -v -race \
|
||||
go test -v \
|
||||
$(go list "${PKG}/..." | grep -v vendor | grep -v '/test/e2e' | grep -v images | grep -v "docs/examples")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue