Add default
Rust Build / Test Suite (pull_request) Successful in 1m8s
Rust Build / Check (pull_request) Successful in 1m16s
Rust Build / Rustfmt (pull_request) Successful in 1m47s
Rust Build / Clippy (pull_request) Successful in 1m43s
Rust Build / build (pull_request) Successful in 1m58s

This commit is contained in:
2026-06-13 10:56:10 -04:00
parent cff1f71647
commit e27ac0ab8b
+1 -1
View File
@@ -71,7 +71,7 @@ jobs:
- name: Run tests
env:
# Define DATABASE_URL for tests to use
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:${{ secrets.DB_PORT || 5432 }}/${{ 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