Tests are failing. Hopefully, this is the fix: Fixing workflow
Rust Build / Rustfmt (pull_request) Successful in 38s
Rust Build / Clippy (pull_request) Successful in 42s
Rust Build / Test Suite (pull_request) Failing after 1m53s
Rust Build / Check (pull_request) Successful in 2m54s
Rust Build / build (pull_request) Successful in 2m34s

This commit is contained in:
2026-06-13 10:48:40 -04:00
parent 927c834484
commit 9e2d8cb272
+1 -1
View File
@@ -72,7 +72,7 @@ jobs:
env:
# Define DATABASE_URL for tests to use
DATABASE_PORT: 5432
DATABASE_URL: postgresql://${{ secrets.DB_TEST_USER || 'testuser' }}:${{ secrets.DB_TEST_PASSWORD || 'testpassword' }}@postgres:$$DATABASE_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
SECRET_KEY: ${{ secrets.TOKEN_SECRET_KEY }}
# Make SSH agent available if tests fetch private dependencies