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

Commit

Permalink
Enable MSC3030 Complement tests in Synapse
Browse files Browse the repository at this point in the history
The Complement tests for MSC3030 are now merged, matrix-org/complement#178

Synapse implmentation: #9445
  • Loading branch information
MadLittleMods committed Mar 3, 2022
1 parent 11282ad commit f198de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts-dev/complement.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ fi

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

0 comments on commit f198de0

Please sign in to comment.