We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e48cbc commit 1bbcf95Copy full SHA for 1bbcf95
1 file changed
Makefile
@@ -1,7 +1,5 @@
1
-exe = cmd/operator/*
2
-cmd = operator
3
4
-.PHONY: deps lint test integration integration-windows git-hooks init
+.PHONY: deps lint test test-coverage
5
6
init: git-hooks
7
@@ -13,14 +11,6 @@ deps:
13
11
$(info INFO: Starting build $@)
14
12
go mod vendor
15
16
-build:
17
- $(info INFO: Starting build $@)
18
- go build $(exe)
19
-
20
-lint:
21
22
- golint pkg/ cmd/
23
24
test:
25
26
go test `go list ./... | grep -v examples`
0 commit comments