feat: setup docker-compose Gitea as part of dev-env
This commit is contained in:
parent
c0303ba8c5
commit
fc690fbefe
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -31,6 +31,7 @@ check: ## Check for syntax errors on all workspaces
|
||||||
cd db/db-core/ && cargo check
|
cd db/db-core/ && cargo check
|
||||||
|
|
||||||
dev-env: ## Download development dependencies
|
dev-env: ## Download development dependencies
|
||||||
|
$(call launch_test_env)
|
||||||
cargo fetch
|
cargo fetch
|
||||||
|
|
||||||
doc: ## Prepare documentation
|
doc: ## Prepare documentation
|
||||||
|
|
Loading…
Reference in a new issue