diff options
author | Kegan Dougal <kegan@matrix.org> | 2023-10-18 16:36:20 +0100 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2023-10-18 16:36:20 +0100 |
commit | 3050e32835116b20dc1d69756aa6378f84680901 (patch) | |
tree | 0710800fb36f352821d5f98d13d961dd56adef2a | |
parent | limit concurrency to 2 (diff) | |
download | synapse-3050e32835116b20dc1d69756aa6378f84680901.tar.xz |
Try -p 1
-rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 701e56e33e..fd76168906 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -640,7 +640,7 @@ jobs: - run: | set -o pipefail - COMPLEMENT_DIR=`pwd`/complement synapse/scripts-dev/complement.sh -json -p 2 2>&1 | synapse/.ci/scripts/gotestfmt + COMPLEMENT_DIR=`pwd`/complement synapse/scripts-dev/complement.sh -json -p 1 2>&1 | synapse/.ci/scripts/gotestfmt shell: bash env: POSTGRES: ${{ (matrix.database == 'Postgres') && 1 || '' }} |