feat: setup docker-compose Gitea as part of dev-env

This commit is contained in:
Aravinth Manivannan 2022-04-13 15:01:06 +05:30
parent c0303ba8c5
commit fc690fbefe
Signed by: realaravinth
GPG key ID: AD9F0F08E855ED88

View file

@ -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