0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-02 20:49:04 +02:00

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: