From ef783fc9bd2e45a5f7868a6add99e8fd80a0064e Mon Sep 17 00:00:00 2001 From: Yago Iglesias Date: Fri, 1 Sep 2023 16:17:38 +0200 Subject: [PATCH] test: test 3 --- .github/workflows/general.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index 6f4fb33..2547a4a 100644 --- a/.github/workflows/general.yml +++ b/.github/workflows/general.yml @@ -41,7 +41,7 @@ jobs: SKIP_DOCKER=true ./scripts/init_db.sh - name: Check sqlx-data.json is up-to-date run: | - cargo sqlx prepare --check -- --bin zero2prod + SQLX_OFFLINE=true cargo sqlx prepare --check -- --bin zero2prod - name: Run tests run: cargo test