mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Enable complement tests for MSC2946. (#9771)
By providing the additional build tag for `msc2946`.
This commit is contained in:
parent
0277b8f3e6
commit
abc814dcbf
1
changelog.d/9771.misc
Normal file
1
changelog.d/9771.misc
Normal file
@ -0,0 +1 @@
|
||||
Enable Complement tests for [MSC2946](https://github.com/matrix-org/matrix-doc/pull/2946): Spaces Summary API.
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user