Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit f198de0

Browse files
committed
Enable MSC3030 Complement tests in Synapse
The Complement tests for MSC3030 are now merged, matrix-org/complement#178 Synapse implmentation: #9445
1 parent 11282ad commit f198de0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts-dev/complement.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ fi
7171

7272
# Run the tests!
7373
echo "Images built; running complement"
74-
go test -v -tags synapse_blacklist,msc2403 -count=1 $EXTRA_COMPLEMENT_ARGS ./tests/...
74+
go test -v -tags synapse_blacklist,msc2403,msc3030 -count=1 $EXTRA_COMPLEMENT_ARGS ./tests/...

0 commit comments

Comments
 (0)