summary refs log tree commit diff
path: root/scripts-dev/complement.sh
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 /scripts-dev/complement.sh
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 'scripts-dev/complement.sh')
-rwxr-xr-xscripts-dev/complement.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts-dev/complement.sh b/scripts-dev/complement.sh

index e3d3e0f293..0a79a4063f 100755 --- a/scripts-dev/complement.sh +++ b/scripts-dev/complement.sh
@@ -71,4 +71,4 @@ fi # Run the tests! echo "Images built; running complement" -go test -v -tags synapse_blacklist,msc2403,msc3030 -count=1 $EXTRA_COMPLEMENT_ARGS ./tests/... +go test -v -tags synapse_blacklist,msc2403,msc2716,msc3030 -count=1 $EXTRA_COMPLEMENT_ARGS ./tests/...