Skip to content

Commit 2116c1e

Browse files
committed
update makefile
1 parent 40b53f4 commit 2116c1e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Makefile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
all:: lint test
1+
all:: lint test build
22

33
.PHONY: lint
44
lint:
@@ -7,5 +7,9 @@ lint:
77

88
.PHONY: test
99
test:
10-
@echo ">> running all tests"
10+
@echo ">> running all tests"
1111
GO111MODULE=on go test -race ./...
12+
13+
.PHONY: build
14+
build:
15+
go build .

VERSION

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)