diff --git a/Makefile b/Makefile index 4ac99aa..090775b 100644 --- a/Makefile +++ b/Makefile @@ -80,7 +80,7 @@ test: install ## Run unit and integration tests .PHONY: test-repeat test-repeat: install - poetry run pytest --count=5 --random --exitfirst --cov-report=xml + poetry run pytest --count=2 --random --exitfirst --cov-report=xml .PHONY: test-profile test-profile: install