1
0
mirror of https://github.com/corundum/corundum.git synced 2025-01-16 08:12:53 +08:00

Set algorithm for pytest-split

This commit is contained in:
Alex Forencich 2021-06-27 14:03:59 -07:00
parent 0a7f1ccbbe
commit 5d153635f4

View File

@ -30,4 +30,4 @@ jobs:
pip install tox tox-gh-actions
- name: Test with tox
run: tox -- --splits 10 --group ${{ matrix.group }}
run: tox -- --splits 10 --group ${{ matrix.group }} --splitting-algorithm least_duration