ci: Saving changes
pr CI / Test Suite (pull_request) Successful in 1m39s

This commit is contained in:
2026-08-08 14:08:02 -04:00
parent a7de834877
commit 0857921fd4
-1
View File
@@ -72,7 +72,6 @@ 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:5432/${{ secrets.DB_TEST_NAME || 'testdb' }}
RUST_LOG: info # Optional: configure test log level
SECRET_MAIN_KEY: ${{ secrets.TOKEN_SECRET_KEY }}