Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Re-enable test concurrency on Complement (#12283)
Browse files Browse the repository at this point in the history
  • Loading branch information
kegsay committed Mar 24, 2022
1 parent b0659a1 commit 8b7b371
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions changelog.d/12283.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Re-enable Complement concurrency in CI.

0 comments on commit 8b7b371

Please sign in to comment.