Skip to content

Commit 1590544

Browse files
author
misty-waters
committed
Use SQLx offline mode in CI tests
1 parent 43e7823 commit 1590544

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,8 @@ jobs:
7373
run: |
7474
PGPASSWORD=postgres psql -h localhost -U postgres -d guild_genesis_test -c "\dt"
7575
76-
- name: Prepare sqlx
77-
working-directory: backend
78-
run: cargo sqlx prepare
79-
8076
- name: Run tests
8177
working-directory: backend
8278
run: cargo test -- --nocapture
79+
env:
80+
SQLX_OFFLINE: true

0 commit comments

Comments
 (0)