ci: check sqlx queries against live db

This commit is contained in:
2026-06-06 21:20:32 +03:00
parent 8858bfa3c6
commit 9124cc90aa

View File

@@ -27,7 +27,6 @@ jobs:
env: env:
DATABASE_URL: postgres://postgres:pass@localhost:5432/loft_test DATABASE_URL: postgres://postgres:pass@localhost:5432/loft_test
STORAGE_PATH: /tmp/loft-files-test STORAGE_PATH: /tmp/loft-files-test
SQLX_OFFLINE: "true"
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4