Jürg Billeter pushed to branch master at BuildStream / buildstream
Commits:
1 changed file:
Changes:
... | ... | @@ -12,7 +12,7 @@ stages: |
12 | 12 |
variables:
|
13 | 13 |
PYTEST_ADDOPTS: "--color=yes"
|
14 | 14 |
INTEGRATION_CACHE: "${CI_PROJECT_DIR}/cache/integration-cache"
|
15 |
- TEST_COMMAND: "tox -- --color=yes --integration"
|
|
15 |
+ TEST_COMMAND: "tox -- --color=yes --integration -n 2"
|
|
16 | 16 |
COVERAGE_PREFIX: "${CI_JOB_NAME}."
|
17 | 17 |
|
18 | 18 |
|