From 6948cf5eb8ab3a5a920f1f6450479ec85149350f Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Thu, 23 Jan 2025 16:18:53 -0800 Subject: [PATCH] Undo change to test watch mode --- libs/langgraph/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/langgraph/Makefile b/libs/langgraph/Makefile index 4356261237..8974fcd322 100644 --- a/libs/langgraph/Makefile +++ b/libs/langgraph/Makefile @@ -60,7 +60,7 @@ MAXFAIL ?= MAXFAIL_ARGS := $(if $(MAXFAIL),--maxfail $(MAXFAIL),) test_watch: - make start-postgres && poetry run ptw . -- --ff -vv -x --snapshot-update --tb short $(TEST); \ + make start-postgres && poetry run ptw . -- --ff -vv -x $(XDIST_ARGS) $(MAXFAIL_ARGS) --snapshot-update --tb short $(TEST); \ EXIT_CODE=$$?; \ make stop-postgres; \ exit $$EXIT_CODE