Skip to content

Commit 51c20c2

Browse files
committed
compose small updates
1 parent 9147f08 commit 51c20c2

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ docker-create-db-migration: ## Create new alembic database migration aka databa
2727

2828
.PHONY: docker-test
2929
docker-test: ## Run project tests
30-
docker compose -f compose.yml -f test-compose.yml run --rm app pytest tests
30+
docker compose -f compose.yml -f test-compose.yml run --rm app pytest tests --durations=0
3131

3232
.PHONY: docker-test-snapshot
3333
docker-test-snapshot: ## Run project tests with inline snapshot

compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
- "8080:8080"
1919
depends_on:
2020
- db
21-
- redis
21+
- inmemory
2222

2323
db:
2424
container_name: fsap_db

test-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: '3.8'
2-
31
services:
42
app:
53
environment:

0 commit comments

Comments
 (0)