mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2025-08-02 14:38:36 +02:00
Apply suggestions from code review
Co-authored-by: ryneeverett <ryneeverett@gmail.com>
This commit is contained in:
parent
309abce339
commit
8b1f7e2b30
3 changed files with 11 additions and 22 deletions
4
.github/workflows/rust-tests.yml
vendored
4
.github/workflows/rust-tests.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue