From f87dc668fb5c3e9a9248e14f4aa9df35145e5a64 Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Mon, 5 Jan 2026 15:14:08 -0800 Subject: [PATCH] --build will auto build new deps --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 85d7743897..106f499a60 100644 --- a/Makefile +++ b/Makefile @@ -100,7 +100,7 @@ test-integration: test-integration-setup test-integration-exec test-integration- test-integration-setup: ## Start Docker services for integration tests docker compose -f dev/docker-compose-integration.yml kill docker compose -f dev/docker-compose-integration.yml rm -f - docker compose -f dev/docker-compose-integration.yml up -d --wait + docker compose -f dev/docker-compose-integration.yml up -d --build --wait uv run $(PYTHON_ARG) python dev/provision.py test-integration-exec: ## Run integration tests (excluding provision)