Skip to content

Commit 2d01dfd

Browse files
committed
chore(tox): Run with all cores
1 parent d48b523 commit 2d01dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ uv_resolution =
5252

5353
commands =
5454
python -c "import nitransforms; print(nitransforms.__version__)"
55-
pytest --durations=20 --durations-min=1.0 --cov-report term-missing {posargs:-n 0}
55+
pytest --durations=20 --durations-min=1.0 --cov-report term-missing {posargs:-n auto}
5656

5757
[testenv:style]
5858
description = Check our style guide

0 commit comments

Comments
 (0)