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

Commit 8b7b371

Browse files
authored
Re-enable test concurrency on Complement (#12283)
1 parent b0659a1 commit 8b7b371

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ jobs:
377377
# Run Complement
378378
- run: |
379379
set -o pipefail
380-
go test -v -json -p 1 -tags synapse_blacklist,msc2403,msc2716,msc3030 ./tests/... 2>&1 | gotestfmt
380+
go test -v -json -tags synapse_blacklist,msc2403,msc2716,msc3030 ./tests/... 2>&1 | gotestfmt
381381
shell: bash
382382
name: Run Complement Tests
383383
env:

changelog.d/12283.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Re-enable Complement concurrency in CI.

0 commit comments

Comments
 (0)