You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: .test.proto test.client test.controller test.sidecar ## Run tests including unit tests
67
67
68
68
.PHONY: test-e2e
69
-
test-e2e: # Run e2e tests
70
-
@echo "unimplemented placeholder"
69
+
test-e2e: chainsaw # Run e2e tests
70
+
$(CHAINSAW)test --values ./test/e2e/values.yaml
71
71
72
72
.PHONY: lint
73
73
lint: golangci-lint.client golangci-lint.controller golangci-lint.sidecar ## Run all linters (suggest `make -k`)
74
74
75
75
.PHONY: lint-fix
76
76
lint-fix: golangci-lint-fix.client golangci-lint-fix.controller golangci-lint-fix.sidecar ## Run all linters and perform fixes where possible (suggest `make -k`)
0 commit comments