fix(tests): fix the integration tests, again

This commit is contained in:
perf3ct 2025-06-20 21:12:46 +00:00
parent 24376be4f2
commit c1467d4dee
No known key found for this signature in database
GPG Key ID: 569C4EEC436F5232
1 changed files with 5 additions and 1 deletions

View File

@ -12,7 +12,7 @@ on:
env:
CARGO_TERM_COLOR: always
DATABASE_URL: postgres://postgres:postgres@localhost:5432/readur_test
DATABASE_URL: postgresql://postgres:postgres@localhost:5432/readur_test
jobs:
integration-tests:
@ -121,6 +121,10 @@ jobs:
DATABASE_URL: ${{ env.DATABASE_URL }}
TEST_DATABASE_URL: ${{ env.DATABASE_URL }}
API_URL: http://localhost:8000
JWT_SECRET: test-secret-key
SERVER_ADDRESS: 0.0.0.0:8000
UPLOAD_PATH: ./uploads
WATCH_FOLDER: ./watch
RUST_LOG: debug
RUST_BACKTRACE: 1