This commit is contained in:
parent
15a17a184d
commit
838cb9387a
1 changed files with 0 additions and 2 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue