From f2b12a5a24049a6e3f1a462abae094a5692a4e74 Mon Sep 17 00:00:00 2001 From: bodymindarts Date: Fri, 24 Nov 2023 09:16:47 +0100 Subject: [PATCH] ci: set DATABASE_URL in integration-tests-in-container --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2858898f..020ca3fe 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ setup-db: integration-tests-in-container: DATABASE_URL=postgres://user:password@postgres:5432/pg cargo sqlx migrate run - SQLX_OFFLINE=true cargo nextest run --verbose --locked + DATABASE_URL=postgres://user:password@postgres:5432/pg cargo nextest run --verbose --locked test-in-ci: start-deps DATABASE_URL=postgres://user:password@127.0.0.1:5432/pg cargo sqlx migrate run