diff options
Diffstat (limited to 'rust/README.md')
-rw-r--r-- | rust/README.md | 4 |
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 |