added install option to Makefile
This commit is contained in:
parent
1adc47377f
commit
47bb4af991
3
Makefile
3
Makefile
@ -14,6 +14,9 @@ build: vet
|
|||||||
mkdir -p bin
|
mkdir -p bin
|
||||||
go build -o bin ./cmd/...
|
go build -o bin ./cmd/...
|
||||||
|
|
||||||
|
install:
|
||||||
|
go install ./...
|
||||||
|
|
||||||
test: build
|
test: build
|
||||||
go test -count=1 -coverprofile=testout/coverage.out ${TESTFLAGS} ./...
|
go test -count=1 -coverprofile=testout/coverage.out ${TESTFLAGS} ./...
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user