We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e82440b commit a3608adCopy full SHA for a3608ad
.github/workflows/pr_tests.yml
@@ -18,5 +18,7 @@ jobs:
18
uses: docker/setup-buildx-action@v3
19
20
- name: Run tests with devtool
21
+ env:
22
+ PYTEST_ADDOPTS: "-n 2"
23
run: |
24
./tools/devtool -y test -- integration_tests/functional/
0 commit comments