merge: updates from upstream

Conflicts:
    mix.lock
This commit is contained in:
2024-11-02 14:22:34 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -61,7 +61,7 @@ compose_remote: ## connect to remote node
.PHONY: compose_test
compose_test: ## execute test on docker environment
@$(COMPOSE) --profile test run --rm test
@$(COMPOSE) --profile test run --build --rm test
.PHONY: compose_test_shell
compose_test_shell: ## enter test environment shell