summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-04-01 17:21:40 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-04-01 17:21:40 +0900
commit538749d0daa43ec94c48cdf35110d19c39e3c896 (patch)
tree913ac33553830f49ed73af6a5ab0a838e88bff57 /Makefile
parent5673b2c42c7a317c775777b1135996b4c3993ef4 (diff)
test: add Docker Compose E2E test script
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4a41ebe..f0e0743 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-.PHONY: infra up down logs test lint format migrate migrate-down migrate-new ci
+.PHONY: infra up down logs test lint format migrate migrate-down migrate-new ci e2e
infra:
docker compose up -d redis postgres
@@ -34,3 +34,6 @@ migrate-new:
ci:
./scripts/ci.sh
+
+e2e:
+ ./scripts/e2e-test.sh