Don't allow parallel complement tests

Fixes flakiness seemingly. See https://github.com/matrix-org/synapse/pull/11910
This commit is contained in:
Kegan Dougal 2022-02-10 10:29:05 +00:00
parent c36e4546c3
commit fc7d938468

View file

@ -63,7 +63,7 @@ jobs:
# Run Complement
- run: |
set -o pipefail &&
go test -v -json -tags dendrite_blacklist ./tests/... 2>&1 | gotestfmt
go test -v -p 1 -json -tags dendrite_blacklist ./tests/... 2>&1 | gotestfmt
shell: bash
name: Run Complement Tests
env: