Update run-metrics target to the same as run

This commit is contained in:
IamTheFij 2020-01-06 18:47:15 -08:00
parent 0cbdff1b5d
commit eed6262f27
1 changed files with 2 additions and 2 deletions

View File

@ -48,8 +48,8 @@ run: $(ENV)/bin/minitor config.yml
# Runs Minitor with metrics # Runs Minitor with metrics
.PHONY: run-metrics .PHONY: run-metrics
run-metrics: $(ENV) config.yml run-metrics: $(ENV)/bin/minitor config.yml
$(ENV)/bin/python -m minitor.main --metrics $(ENV)/bin/minitor -vvv --metrics
# Runs tests with tox # Runs tests with tox
.PHONY: test .PHONY: test