mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -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 Complement
|
||||||
- run: |
|
- run: |
|
||||||
set -o pipefail
|
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
|
shell: bash
|
||||||
name: Run Complement Tests
|
name: Run Complement Tests
|
||||||
env:
|
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