aboutsummaryrefslogtreecommitdiffstats
path: root/rust/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'rust/README.md')
-rw-r--r--rust/README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/rust/README.md b/rust/README.md
index 875bd274..c0bfa52d 100644
--- a/rust/README.md
+++ b/rust/README.md
@@ -43,9 +43,12 @@ Copy `./example.env` to `./.env` and update the `DATABASE_URL` and
As your regular user, use `diesel` to create and initialize the `fatcat`
database (`diesel` and the fatcat tools will automatically use postgresql
-credentials from the `.env` file):
+credentials from the `.env` file) as well as the `fatcat_test` database for
+automated tests:
+ source .env
diesel database reset
+ DATABASE_URL=$TEST_DATABASE_URL diesel database reset
Build and run the API server: