Skip to content

Commit

Permalink
chore(tox): Run with all cores
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Nov 17, 2024
1 parent d48b523 commit 2d01dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ uv_resolution =

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

[testenv:style]
description = Check our style guide
Expand Down

0 comments on commit 2d01dfd

Please sign in to comment.