Skip to content

Commit 03e61bb

Browse files
committed
fix Makefile
1 parent 2e34ec9 commit 03e61bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
.PHONY: vet
22
vet:
3-
go vet ./pkg/...
3+
go vet ./...
44

55
.PHONY: test
66
test:
7-
go test --race -v ./pkg/...
7+
go test --race -v ./...
88

99
.PHONY: deps
1010
deps:

0 commit comments

Comments
 (0)