From a25a6e92793537277b796ca9751f77ac4b082d64 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 8 Jan 2019 17:26:03 -0800 Subject: integrate pg_tmp into tests --- rust/README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rust/README.md') 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 -- cgit v1.2.3