Update main dependencies (#113)
This commit is contained in:
parent
efba26e016
commit
45e745dffc
4 changed files with 868 additions and 78 deletions
4
Makefile
4
Makefile
|
@ -20,11 +20,11 @@ build: go-generate go-build
|
|||
|
||||
## test-race: execute all tests with race enabled.
|
||||
test-race:
|
||||
CGO_ENABLED=1 go test -v --race -coverprofile=coverage.out ./...
|
||||
go test -v --race -coverprofile=coverage.out ./...
|
||||
|
||||
## test: execute all tests
|
||||
test:
|
||||
CGO_ENABLED=1 go test -v -coverprofile=coverage.out ./...
|
||||
go test -v -coverprofile=coverage.out ./...
|
||||
|
||||
go-build:
|
||||
@echo " > Building binary on $(BIN_OUTPUT)..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue