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