Skip to content

Commit

Permalink
Mention CIVET_THREADS in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
edemaine committed Dec 18, 2024
1 parent f9555e6 commit 6643a81
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ yarn
yarn build
```

To use multiple cores while building:

```sh
CIVET_THREADS=4 yarn build
```

## Testing

You can run all tests via
Expand Down

0 comments on commit 6643a81

Please sign in to comment.