diff options
author | kegsay <kegan@matrix.org> | 2022-03-24 19:59:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-24 15:59:06 -0400 |
commit | 8b7b371ff699b420fec97a913264aaaf4ba618c8 (patch) | |
tree | 2339e28ae8fb67ebd415a2347512100542af92ff /.github/workflows | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-8b7b371ff699b420fec97a913264aaaf4ba618c8.tar.xz |
Re-enable test concurrency on Complement (#12283)
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 613a773775..2afddf58d1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: |