Add split out metrics to a new make target
continuous-integration/drone/push Build is passing Details

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
1 changed files with 4 additions and 0 deletions

View File

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