Skip to content

Commit 84499a1

Browse files
committed
CI: Test pytest-xdist in CI
1 parent 8ba7e5d commit 84499a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ jobs:
5959

6060
- name: Run Tests in ${{ matrix.browser }}
6161
run: |
62-
pytest -v -vrxs --headless=${{ matrix.headless }} --browser=${{ matrix.browser }}
62+
pytest -n 2 -v -vrxs --headless=${{ matrix.headless }} --browser=${{ matrix.browser }}

0 commit comments

Comments
 (0)