Don't allow parallel complement tests (#2169)

Fixes flakiness seemingly. See https://github.com/matrix-org/synapse/pull/11910
This commit is contained in:
kegsay 2022-02-11 16:26:23 +00:00 committed by GitHub
parent 88b45d5cd2
commit a566d53b0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: