From 62c2151173c7a9b45390b8ae87f64fd951db272d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20Houl=C3=A9?= Date: Mon, 9 Mar 2020 09:59:17 +0100 Subject: [PATCH] Update README with proper `cargo test` command We don't need to run the rust tests single-threaded anymore. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd2062c5b288..e0c71cc94d12 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ If you want to use the command line, start `sbt` in - Start all test databases with `make all-dbs`. **Run:** -Run `cargo test -- --test-threads 1` in the repository root. +Run `cargo test` in the repository root. ## WIP Coding Guidelines - Prevent compiler warnings