compose small updates

This commit is contained in:
Jakub Miazek
2024-10-20 19:51:29 +02:00
parent 9147f086a4
commit 51c20c28eb
3 changed files with 2 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ docker-create-db-migration: ## Create new alembic database migration aka databa
.PHONY: docker-test
docker-test: ## Run project tests
docker compose -f compose.yml -f test-compose.yml run --rm app pytest tests
docker compose -f compose.yml -f test-compose.yml run --rm app pytest tests --durations=0
.PHONY: docker-test-snapshot
docker-test-snapshot: ## Run project tests with inline snapshot