Skip to content

Commit

Permalink
Fix CI dsn
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Sep 9, 2024
1 parent 3a44ba3 commit 580e659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
- name: Test
run: cargo test
env:
DATABASE_URL: postgres://postgres@localhost:5433/
DATABASE_URL: postgres://postgres@localhost/
- name: Format check
run: cargo fmt --check

0 comments on commit 580e659

Please sign in to comment.