We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ec85db commit 0504becCopy full SHA for 0504bec
.github/workflows/test-pr.yml
@@ -94,7 +94,7 @@ jobs:
94
if [ ${{ matrix.backend }} == 'legacy' ]; then
95
TEST_ARGS+=' --no-use-booster --numprocesses=6'
96
else
97
- TEST_ARGS+=' --numprocesses=4'
+ TEST_ARGS+=' --numprocesses=2'
98
fi
99
docker exec --user github-user kontrol-ci-integration-${GITHUB_SHA} make cov-integration TEST_ARGS="${TEST_ARGS}"
100
- name: 'Tear down Docker'
0 commit comments