Skip to content

Commit

Permalink
Add --failed-first to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
apragacz committed Dec 16, 2023
1 parent 81ec9bd commit 3efb305
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ MYPY := mypy
MYPY_OPTS :=
PYLINT := pylint
PYLINT_OPTS := --rcfile=pyproject.toml
PYTEST := py.test
PYTEST_OPTS :=
PYTEST := pytest
PYTEST_OPTS := --failed-first
TWINE := twine
PIP := pip
PIP_COMPILE := pip-compile
Expand Down

0 comments on commit 3efb305

Please sign in to comment.