Skip to content

Commit 2a28669

Browse files
mdbenitoadsharma
authored andcommitted
Add nproc param to pytest example
1 parent 2b8e388 commit 2a28669

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ git submodule update --init --recursive
2222
Then run tests with:
2323

2424
```bash
25-
uv run pytest
25+
uv run pytest -n $(nproc)
2626
```
2727

2828
### Pybind backend from inverted layout

0 commit comments

Comments
 (0)