Skip to content

Commit

Permalink
Merge pull request #3573 from opensafely-core/document-testing-multip…
Browse files Browse the repository at this point in the history
…le-cores

Add a note about testing in parallel
  • Loading branch information
ghickman authored Sep 18, 2023
2 parents 672e1c6 + 49166c2 commit 7dbe691
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 7dbe691

Please sign in to comment.