apiserver/Makefile

8 lines
74 B
Makefile

test:
go test -race -cover ./...
lint:
golangci-lint run
.PHONY: test