diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ce4f6a..daf2684 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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