Apply suggestions from code review

Co-authored-by: ryneeverett <ryneeverett@gmail.com>
This commit is contained in:
Dustin J. Mitchell 2025-07-17 12:00:22 -04:00 committed by GitHub
parent 309abce339
commit 8b1f7e2b30
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 11 additions and 22 deletions

View file

@ -59,4 +59,6 @@ jobs:
override: true
- name: test
run: TEST_DB_URL=postgresql://test_user:test_password@localhost:5432/test_db cargo test
env:
TEST_DB_URL: postgresql://test_user:test_password@localhost:5432/test_db
run: cargo test