From 4f7911364f2d11bf97d346302135c18c278fed9e Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Mon, 20 Apr 2026 20:45:07 +0200 Subject: Note SQLX_OFFLINE environment variable --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 599c083..e41fe7e 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ Run [SQLx integration tests](https://docs.rs/sqlx/latest/sqlx/attr.test.html) ag temp-postgres -- cargo test ``` +**NOTE**: You may need to set `SQLX_OFFLINE=true` for the build process invoked by `cargo test`. + Or configure `temp-postgres` as a wrapper for [cargo-nextest](https://nexte.st/): ```toml -- cgit v1.3