fix tests

This commit is contained in:
lucidrains 2025-10-25 11:13:22 -07:00
parent 4d8f5613cc
commit 1ed6a15cb0

View File

@ -5,11 +5,11 @@ jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 20
timeout-minutes: 60
strategy:
fail-fast: false
matrix:
group: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
group: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19]
steps:
- uses: actions/checkout@v4
@ -24,4 +24,4 @@ jobs:
python -m uv pip install -e .[test]
- name: Test with pytest
run: |
python -m pytest --num-shards 10 --shard-id ${{ matrix.group }} tests/
python -m pytest --num-shards 20 --shard-id ${{ matrix.group }} tests/