Skip to content

Commit a3608ad

Browse files
committed
Limit parallelism
1 parent e82440b commit a3608ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,7 @@ jobs:
1818
uses: docker/setup-buildx-action@v3
1919

2020
- name: Run tests with devtool
21+
env:
22+
PYTEST_ADDOPTS: "-n 2"
2123
run: |
2224
./tools/devtool -y test -- integration_tests/functional/

0 commit comments

Comments
 (0)