1
0

limit concurrency to 2

This commit is contained in:
Kegan Dougal
2023-10-18 16:03:14 +01:00
parent b32b8a469a
commit e989d040dc
2 changed files with 2 additions and 2 deletions

View File

@@ -640,7 +640,7 @@ jobs:
- run: |
set -o pipefail
COMPLEMENT_DIR=`pwd`/complement synapse/scripts-dev/complement.sh -json 2>&1 | synapse/.ci/scripts/gotestfmt
COMPLEMENT_DIR=`pwd`/complement synapse/scripts-dev/complement.sh -json -p 2 2>&1 | synapse/.ci/scripts/gotestfmt
shell: bash
env:
POSTGRES: ${{ (matrix.database == 'Postgres') && 1 || '' }}