summary refs log tree commit diff
path: root/.github/workflows/tests.yml
diff options
context:
space:
mode:
authorEric Eastwood <erice@element.io>2022-03-03 05:19:20 -0600
committerGitHub <noreply@github.com>2022-03-03 11:19:20 +0000
commita511a890d7c556ad357d27443e5665e6cc25e0b5 (patch)
tree065b7f3ca9cfd2f5294879780434fb0d283c6105 /.github/workflows/tests.yml
parentLimit the size of the aggregation_key (#12101) (diff)
downloadsynapse-a511a890d7c556ad357d27443e5665e6cc25e0b5.tar.xz
Enable MSC2716 Complement tests in Synapse (#12145)
Co-authored-by: Brendan Abolivier <babolivier@matrix.org>
Diffstat (limited to '.github/workflows/tests.yml')
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index fa9611d42b..c89c50cd07 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -376,7 +376,7 @@ jobs:
       # Run Complement
       - run: |
           set -o pipefail
-          go test -v -json -p 1 -tags synapse_blacklist,msc2403,msc3030 ./tests/... 2>&1 | gotestfmt
+          go test -v -json -p 1 -tags synapse_blacklist,msc2403,msc2716,msc3030 ./tests/... 2>&1 | gotestfmt
         shell: bash
         name: Run Complement Tests
         env: