diff --git a/Makefile b/Makefile index acac60f..406dea0 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,6 @@ env: ## Setup development environtment lint: ## Lint codebase $(call lint) cd env/dummy_conductor && $(call lint) - cd env/nginx_bind_le && $(call lint) cd env/libconductor && $(call lint) #migrate: ## run migrations @@ -58,7 +57,6 @@ run: ## Run app in debug mode test: ## Run all available tests $(call test) cd env/dummy_conductor && $(call test) - cd env/nginx_bind_le && $(call test) xml-test-coverage: ## Generate code coverage report in XML format cargo tarpaulin -t 1200 --out Xml