0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-20 12:33:46 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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:

1
changelog.d/12283.misc Normal file
View file

@ -0,0 +1 @@
Re-enable Complement concurrency in CI.