Skip to content

Commit c84cf88

Browse files
committed
ci: update test workflow to run tests sequentially
1 parent 20e86f3 commit c84cf88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
strategy:
16+
max-parallel: 1
1617
matrix:
1718
python-version: ["3.10", "3.11", "3.12", "3.13"]
1819
steps:
@@ -29,4 +30,4 @@ jobs:
2930
- name: Run tests
3031
env:
3132
PROTOCOLS_IO_CLIENT_ACCESS_TOKEN: ${{ secrets.PROTOCOLS_IO_CLIENT_ACCESS_TOKEN }}
32-
run: uv run pytest -v
33+
run: uv run pytest -vx

0 commit comments

Comments
 (0)