We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a3b53e commit 6f2be2cCopy full SHA for 6f2be2c
README.md
@@ -91,7 +91,11 @@ cargo test
91
Some tests require access to the database. To run them, set the
92
`CRATESFYI_DATABASE_URL` to the url of a PostgreSQL database. You don't have to
93
run the migrations on it or ensure it's empty, as all the tests use temporary
94
-tables to prevent conflicts with each other or existing data.
+tables to prevent conflicts with each other or existing data. See the [wiki
95
+page on developing outside docker-compose][wiki-no-compose] for more
96
+information on how to setup this environment.
97
+
98
+[wiki-no-compose]: https://github.com/rust-lang/docs.rs/wiki/Developing-without-docker-compose
99
100
### Docker-Compose
101
0 commit comments