diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |