mirror of
https://github.com/int128/kubelogin.git
synced 2026-02-14 16:39:51 +00:00
13
Makefile
13
Makefile
@@ -1,9 +1,22 @@
|
||||
.PHONY: all
|
||||
all:
|
||||
|
||||
.PHONY: test
|
||||
test:
|
||||
go test -v -race ./pkg/...
|
||||
|
||||
.PHONY: integration-test
|
||||
integration-test:
|
||||
go test -v -race ./integration_test/...
|
||||
|
||||
.PHONY: generate
|
||||
generate:
|
||||
$(MAKE) -C tools
|
||||
./tools/bin/wire ./pkg/di
|
||||
rm -fr mocks/
|
||||
./tools/bin/mockery
|
||||
|
||||
.PHONY: lint
|
||||
lint:
|
||||
$(MAKE) -C tools
|
||||
./tools/bin/golangci-lint run
|
||||
|
||||
Reference in New Issue
Block a user