Run CI checks in parallel (#210)

This commit is contained in:
Igor Gov
2021-08-12 18:04:57 +03:00
committed by GitHub
parent f9677dbaa1
commit e4ff4a0745
3 changed files with 87 additions and 40 deletions

View File

@@ -65,6 +65,8 @@ clean-cli: ## Clean CLI.
clean-docker:
@(echo "DOCKER cleanup - NOT IMPLEMENTED YET " )
test: ## Run tests.
test-cli: ## Run tests.
@echo "running cli tests"; cd cli && $(MAKE) test
test-agent: ## Run tests.
@echo "running agent tests"; cd agent && $(MAKE) test