Add split out metrics to a new make target
All checks were successful
continuous-integration/drone/push Build is passing

In case trying to run without having an available port to
serve http on
This commit is contained in:
IamTheFij 2019-11-15 17:36:10 -08:00
parent 604c27118a
commit b1422bbec2

View File

@ -13,6 +13,10 @@ minitor-go:
.PHONY: run .PHONY: run
run: minitor-go build run: minitor-go build
./minitor-go -debug
.PHONY: run-metrics
run-metrics: minitor-go build
./minitor-go -debug -metrics ./minitor-go -debug -metrics
.PHONY: test .PHONY: test