1
0

Re-enable test concurrency on Complement (#12283)

This commit is contained in:
kegsay
2022-03-24 19:59:06 +00:00
committed by GitHub
parent b0659a112d
commit 8b7b371ff6
2 changed files with 2 additions and 1 deletions

View File

@@ -377,7 +377,7 @@ jobs:
# Run Complement
- run: |
set -o pipefail
go test -v -json -p 1 -tags synapse_blacklist,msc2403,msc2716,msc3030 ./tests/... 2>&1 | gotestfmt
go test -v -json -tags synapse_blacklist,msc2403,msc2716,msc3030 ./tests/... 2>&1 | gotestfmt
shell: bash
name: Run Complement Tests
env: