From 9124cc90aaff8e4f82f42b685a0d329168759f73 Mon Sep 17 00:00:00 2001 From: stefiosif Date: Sat, 6 Jun 2026 21:20:32 +0300 Subject: [PATCH] ci: check sqlx queries against live db --- .github/workflows/backend.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 8a23245..a157fce 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -27,7 +27,6 @@ jobs: env: DATABASE_URL: postgres://postgres:pass@localhost:5432/loft_test STORAGE_PATH: /tmp/loft-files-test - SQLX_OFFLINE: "true" steps: - uses: actions/checkout@v4