Skip to content

Commit f6b752c

Browse files
refactor(test_db): use sqlx::test instead (#411)
1 parent a435c42 commit f6b752c

File tree

22 files changed

+370
-325
lines changed

22 files changed

+370
-325
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,10 @@ jobs:
157157
# running containers via `services` only works on linux
158158
# https://github.com/actions/runner/issues/1866
159159
- name: Setup postgres
160+
id: postgres
160161
uses: ikalnytskyi/action-setup-postgres@v7
162+
- name: Print Roles
163+
run: psql ${{ steps.postgres.outputs.connection-uri }} -c "select rolname from pg_roles;"
161164
- name: Run tests
162165
run: cargo test --workspace
163166

.sqlx/query-b0504a4340264403ad43d05c60d053db65ea6a7529e2cb97b2d3432a18aff6ba.json

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)