From 736649df66c472eb0dc15182bf5c8f195abe0e7c Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Wed, 7 Feb 2024 19:49:52 -0800 Subject: [PATCH] Run failed tests first --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 29a0f5c91..6a4b86629 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ test: poetry run pytest test_watch: - poetry run ptw --snapshot-update --now . -- -vv -x tests + poetry run ptw --snapshot-update --now . -- -vv -x --ff tests ###################### # LINTING AND FORMATTING