mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Re-enable test concurrency on Complement (#12283)
This commit is contained in:
parent
b0659a112d
commit
8b7b371ff6
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -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
1
changelog.d/12283.misc
Normal file
@ -0,0 +1 @@
|
||||
Re-enable Complement concurrency in CI.
|
Loading…
Reference in New Issue
Block a user