Run failed tests first

This commit is contained in:
Nuno Campos
2024-02-07 19:49:52 -08:00
parent b0f0d6f3f7
commit 736649df66
+1 -1
View File
@@ -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