Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Base for Unit tests #66

Draft
wants to merge 14 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
feat(test): try fixing CI conf for tests
  • Loading branch information
Asone committed Oct 31, 2022
commit 7fd75296657650d33e70da8b6972a7412d464e4b
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -18,6 +18,9 @@ jobs:
image: postgres

env:
POSTGRES_PASSWORD: postgres
POSTGRES_USER: postgres
POSTGRES_DB: postgres
TEST_DATABASE_URL: postgres://postgres:postgres@postgres:5432
options: >-
--health-cmd pg_isready