Skip to content
This repository was archived by the owner on Nov 25, 2024. It is now read-only.

Commit fc7d938

Browse files
committed
Don't allow parallel complement tests
Fixes flakiness seemingly. See matrix-org/synapse#11910
1 parent c36e454 commit fc7d938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
# Run Complement
6464
- run: |
6565
set -o pipefail &&
66-
go test -v -json -tags dendrite_blacklist ./tests/... 2>&1 | gotestfmt
66+
go test -v -p 1 -json -tags dendrite_blacklist ./tests/... 2>&1 | gotestfmt
6767
shell: bash
6868
name: Run Complement Tests
6969
env:

0 commit comments

Comments
 (0)