mirror of
https://github.com/matrix-org/synapse.git
synced 2025-01-30 20:05:47 +00:00
Try -p 1
This commit is contained in:
parent
e989d040dc
commit
3050e32835
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -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 || '' }}
|
||||
|
Loading…
Reference in New Issue
Block a user