Skip to content

Commit

Permalink
Removing unnecessary command
Browse files Browse the repository at this point in the history
  • Loading branch information
marcieltorres committed Feb 5, 2024
1 parent b032910 commit 0b54095
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 @@ -41,7 +41,7 @@ docker/down:
docker-compose down --remove-orphans

docker/test:
PYTHONPATH='.' docker-compose run ${APP_NAME} poetry run pytest --cov-report=html --cov-report=term --cov .
docker-compose run ${APP_NAME} poetry run pytest --cov-report=html --cov-report=term --cov .

docker/lint:
docker-compose run ${APP_NAME} poetry run ruff check .
Expand Down

0 comments on commit 0b54095

Please sign in to comment.