ci: restore SQLX_OFFLINE, include sqlx cache from tests

This commit is contained in:
2026-06-06 21:03:20 +03:00
parent 563bc3fe50
commit c7f4e4e3b0
4 changed files with 37 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ 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