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