diff --git a/Makefile b/Makefile index 8c08adb4..1c8a52a6 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ lint: ## Check style with various tools test: lint ## Run unit tests and behave tests poetry run pytest - poetry run behave + poetry run behave --no-skipped --format progress2 build: poetry build