summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
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
Generated by cgit. See skreutz.com for my tech blog and contact information.