Skip to content

Commit

Permalink
Update README with proper cargo test command
Browse files Browse the repository at this point in the history
We don't need to run the rust tests single-threaded anymore.
  • Loading branch information
tomhoule committed Mar 9, 2020
1 parent e9a1306 commit 62c2151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 62c2151

Please sign in to comment.