fix tests
This commit is contained in:
parent
4d8f5613cc
commit
1ed6a15cb0
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -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/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user