forked from github-mirrorer/taskchampion-sync-server
Apply suggestions from code review
Co-authored-by: ryneeverett <ryneeverett@gmail.com>
This commit is contained in:
committed by
GitHub
parent
309abce339
commit
8b1f7e2b30
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
|
||||
|
||||
Reference in New Issue
Block a user