Hopefully this fixes it
Rust Build / Rustfmt (pull_request) Successful in 42s
Rust Build / Clippy (pull_request) Successful in 1m2s
Rust Build / Check (pull_request) Successful in 1m51s
Rust Build / Test Suite (pull_request) Successful in 2m41s
Rust Build / build (pull_request) Successful in 1m42s

This commit is contained in:
2026-06-13 10:55:09 -04:00
parent 9e2d8cb272
commit cff1f71647
+1 -2
View File
@@ -71,8 +71,7 @@ jobs:
- name: Run tests - name: Run tests
env: env:
# Define DATABASE_URL for tests to use # Define DATABASE_URL for tests to use
DATABASE_PORT: 5432 DATABASE_URL: postgresql://${{ secrets.DB_TEST_USER || 'testuser' }}:${{ secrets.DB_TEST_PASSWORD || 'testpassword' }}@postgres:${{ secrets.DB_PORT }}/${{ secrets.DB_TEST_NAME || 'testdb' }}
DATABASE_URL: postgresql://${{ secrets.DB_TEST_USER || 'testuser' }}:${{ secrets.DB_TEST_PASSWORD || 'testpassword' }}@postgres:${DATABASE_PORT}/${{ secrets.DB_TEST_NAME || 'testdb' }}
RUST_LOG: info # Optional: configure test log level RUST_LOG: info # Optional: configure test log level
SECRET_KEY: ${{ secrets.TOKEN_SECRET_KEY }} SECRET_KEY: ${{ secrets.TOKEN_SECRET_KEY }}
# Make SSH agent available if tests fetch private dependencies # Make SSH agent available if tests fetch private dependencies