Skip to content

Commit

Permalink
Makefile: fix broken pytest-lastfailed
Browse files Browse the repository at this point in the history
  • Loading branch information
goapunk committed Oct 29, 2024
1 parent 4f2e22c commit e9de720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ pytest:
$(VIRTUAL_ENV)/bin/py.test --reuse-db

.PHONY: pytest-lastfailed
test-lastfailed:
pytest-lastfailed:
$(VIRTUAL_ENV)/bin/py.test --reuse-db --last-failed

.PHONY: pytest-clean
Expand Down

0 comments on commit e9de720

Please sign in to comment.