init
This commit is contained in:
12
Makefile
Normal file
12
Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
all: build
|
||||
|
||||
.PHONY: build
|
||||
|
||||
build:
|
||||
go build -o build/provider-zexlab ./cmd/provider-zexlab/
|
||||
|
||||
lint:
|
||||
golangci-lint run --fix ./cmd/... ./pkg/...
|
||||
|
||||
test:
|
||||
go test --coverprofile coverage.out -json -v -parallel 20 ./pkg/... 2>&1 | tee /tmp/gotest.log | gotestfmt
|
||||
Reference in New Issue
Block a user