Make testing faster by tunning tox in parallel

This commit is contained in:
Roman Krček
2024-10-13 11:30:33 +02:00
parent 725cf30319
commit b2254e99a2

View File

@@ -24,7 +24,7 @@ jobs:
run: pip install tox>=4.16
- name: Run tox
run: tox
run: tox --parallel auto
build:
runs-on: ubuntu-latest