Skip to content

Commit d8e62cb

Browse files
committed
ci: Test increasing shard counts
1 parent 34262bc commit d8e62cb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/py.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
matrix:
2323
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2424
os: [ubuntu-latest, windows-latest]
25-
shard: [0, 1]
25+
shard: [0, 1, 2, 3]
2626

2727
steps:
2828
- uses: actions/checkout@v4
@@ -41,10 +41,10 @@ jobs:
4141
- name: Test whether the Python SDK can be imported
4242
run: |
4343
python -c 'import braintrust'
44-
- name: Run nox tests (shard ${{ matrix.shard }}/2)
44+
- name: Run nox tests (shard ${{ matrix.shard }}/4)
4545
shell: bash
4646
run: |
47-
cd py && ./scripts/nox-matrix.sh ${{ matrix.shard }} 2
47+
cd py && ./scripts/nox-matrix.sh ${{ matrix.shard }} 4
4848
4949
adk-py:
5050
uses: ./.github/workflows/adk-py-test.yaml

0 commit comments

Comments
 (0)