From fc690fbefe713b963cc0b05ef976101917b1722d Mon Sep 17 00:00:00 2001 From: realaravinth Date: Wed, 13 Apr 2022 15:01:06 +0530 Subject: [PATCH] feat: setup docker-compose Gitea as part of dev-env --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 59e70c1..42350a7 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,7 @@ check: ## Check for syntax errors on all workspaces cd db/db-core/ && cargo check dev-env: ## Download development dependencies + $(call launch_test_env) cargo fetch doc: ## Prepare documentation