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