Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
gecBurton committed Mar 21, 2024
1 parent b33d5ee commit ba6af26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ test-ingest:
poetry run pytest ingest/tests --cov=ingest -v --cov-report=term-missing --cov-fail-under=40

test-django:
docker compose up -d db --wait db
docker compose run django-app poetry run pytest django_app/tests/ --ds redbox_app.settings -v --cov=redbox_app.redbox_core --cov-fail-under 10

test-integration:
Expand Down

0 comments on commit ba6af26

Please sign in to comment.