Skip to content

Commit 8bceab5

Browse files
committed
update Makefile
1 parent 70f6917 commit 8bceab5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
.PHONY: test build
22

3+
fmt:
4+
go fmt ./...
5+
36
test:
47
go test ./... -race
58

69
test-coverage:
710
go test ./... -race -coverprofile=coverage.out
811

12+
vet:
13+
go vet ./...
14+
915
build:
1016
mkdir -p bin
1117
go build -o bin/agentctl ./cmd/agentctl

0 commit comments

Comments
 (0)