Skip to content
Snippets Groups Projects
Unverified Commit 8b7b371f authored by kegsay's avatar kegsay Committed by GitHub
Browse files

Re-enable test concurrency on Complement (#12283)

parent b0659a11
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
Re-enable Complement concurrency in CI.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment