Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dehwyy committed Dec 17, 2023
1 parent fe45ff5 commit 36c0e79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
- name: Run migration
run: task db:test-migrate
env:
DATABASE_TEST_DSN: "host=localhost user=postgres password=root dbname=makoto_test port=5432 sslmode=disable"
DATABASE_TEST_DSN: "host=localhost user=postgres password=postgres dbname=makoto_test port=5432 sslmode=disable"

- name: run tests
run: cargo test
env:
DATABASE_TEST_DSN: "host=localhost user=postgres password=root dbname=makoto_test port=5432 sslmode=disable"
DATABASE_TEST_DSN: "host=localhost user=postgres password=postgres dbname=makoto_test port=5432 sslmode=disable"
DATABASE_TEST_URL: "postgres://postgres:postgres@localhost/postgres"

0 comments on commit 36c0e79

Please sign in to comment.