Add Complement MSC feature flag

This commit is contained in:
Eric Eastwood 2021-07-28 11:05:15 -05:00
parent af085abbbf
commit 065273b57e

View file

@ -65,4 +65,4 @@ if [[ -n "$1" ]]; then
fi
# Run the tests!
go test -v -tags synapse_blacklist,msc2946,msc3083,msc2403 -count=1 $EXTRA_COMPLEMENT_ARGS ./tests
go test -v -tags synapse_blacklist,msc2946,msc3083,msc2403,msc3030 -count=1 $EXTRA_COMPLEMENT_ARGS ./tests