diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-04-09 08:11:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-09 08:11:51 -0400 |
commit | abc814dcbf559282220c35a45b3959bb23a2ed50 (patch) | |
tree | 9ef64268573b24190aba70eabf3259f6cba4b95a /scripts-dev | |
parent | Proof of concept for GitHub Actions (#9661) (diff) | |
download | synapse-abc814dcbf559282220c35a45b3959bb23a2ed50.tar.xz |
Enable complement tests for MSC2946. (#9771)
By providing the additional build tag for `msc2946`.
Diffstat (limited to 'scripts-dev')
-rwxr-xr-x | scripts-dev/complement.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts-dev/complement.sh b/scripts-dev/complement.sh index b77187472f..1612ab522c 100755 --- a/scripts-dev/complement.sh +++ b/scripts-dev/complement.sh @@ -46,4 +46,4 @@ if [[ -n "$1" ]]; then fi # Run the tests! -COMPLEMENT_BASE_IMAGE=complement-synapse go test -v -tags synapse_blacklist,msc3083 -count=1 $EXTRA_COMPLEMENT_ARGS ./tests +COMPLEMENT_BASE_IMAGE=complement-synapse go test -v -tags synapse_blacklist,msc2946,msc3083 -count=1 $EXTRA_COMPLEMENT_ARGS ./tests |