From 9e5b54a23d2092ee7e7dc63a02c00f2b9d2e19f9 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Wed, 11 May 2022 13:08:11 +0530 Subject: [PATCH] feat: setup tests on db_* workspaces --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 47ee5c02..b580d34e 100644 --- a/Makefile +++ b/Makefile @@ -83,6 +83,9 @@ run: frontend ## Run app in debug mode cargo run test: frontend-test frontend ## Run all available tests + cd db/db-sqlx-postgres &&\ + DATABASE_URL=${POSTGRES_DATABASE_URL}\ + cargo test --no-fail-fast ./scripts/tests.sh # cargo test --all-features --no-fail-fast