Skip to content

Commit

Permalink
Don't allow parallel complement tests
Browse files Browse the repository at this point in the history
Fixes flakiness seemingly. See matrix-org/synapse#11910
  • Loading branch information
kegsay committed Feb 10, 2022
1 parent c36e454 commit fc7d938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fc7d938

Please sign in to comment.