🔧 chore(Makefile): remove unnecessary parallel test execution flag to simplify test command

🔧 chore(Makefile): remove unnecessary parallel test execution flag to simplify test command
🔧 chore(Makefile): remove unnecessary parallel test execution flag to simplify test command
This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-09-27 09:10:42 -03:00
commit 05c73d4664

View file

@ -20,7 +20,7 @@ coverage:
tests:
@make install_backend
poetry run pytest tests -n auto
poetry run pytest tests
format:
poetry run black .