aboutsummaryrefslogtreecommitdiffstats
path: root/rust/README.md
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-01-08 17:26:03 -0800
committerBryan Newbold <bnewbold@robocracy.org>2019-01-08 17:26:03 -0800
commita25a6e92793537277b796ca9751f77ac4b082d64 (patch)
tree1e0b35fc8b35e425073ac7eb5bc0e4b864767a9a /rust/README.md
parent22f017df8a564a6cc9ff9893b2886f852946cbc5 (diff)
downloadfatcat-a25a6e92793537277b796ca9751f77ac4b082d64.tar.gz
fatcat-a25a6e92793537277b796ca9751f77ac4b082d64.zip
integrate pg_tmp into tests
Diffstat (limited to 'rust/README.md')
-rw-r--r--rust/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/rust/README.md b/rust/README.md
index decfc74d..33249a44 100644
--- a/rust/README.md
+++ b/rust/README.md
@@ -42,6 +42,10 @@ Build and run:
Tests:
+ cargo test
+
+ # if you get weird postgres errors, try running only one test at a time
+ # (slow and conservative)
cargo test -- --test-threads 1
Note that most "integration" level tests are written in python and run by