Skip to content

Commit

Permalink
Add a note about testing in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
ghickman committed Sep 18, 2023
1 parent 672e1c6 commit 49166c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions DEVELOPERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,12 @@ Run the tests with:
just test-dev
```

To run the tests in parallel with using multiple cores, run them with:

```sh
just test-dev -n auto
```

More details on testing can be found in [TESTING.md](TESTING.md).

### Slack Testing
Expand Down

0 comments on commit 49166c2

Please sign in to comment.