Skip to content

Commit

Permalink
Undo change to test watch mode
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos committed Jan 24, 2025
1 parent f014d96 commit 6948cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/langgraph/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6948cf5

Please sign in to comment.