Skip to content

Commit

Permalink
Merge pull request #565 from prisma/readme/cargo-test
Browse files Browse the repository at this point in the history
Update README with proper `cargo test` command
  • Loading branch information
tomhoule committed Mar 9, 2020
2 parents e9a1306 + 62c2151 commit 60bbefb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
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 60bbefb

Please sign in to comment.