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

Commit 98840cf

Browse files
committed
Enable additional complement tests.
1 parent f2c6215 commit 98840cf

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
@@ -46,4 +46,4 @@ if [[ -n "$1" ]]; then
4646
fi
4747

4848
# Run the tests!
49-
COMPLEMENT_BASE_IMAGE=complement-synapse go test -v -tags synapse_blacklist -count=1 $EXTRA_COMPLEMENT_ARGS ./tests
49+
COMPLEMENT_BASE_IMAGE=complement-synapse go test -v -tags synapse_blacklist,msc3083 -count=1 $EXTRA_COMPLEMENT_ARGS ./tests

0 commit comments

Comments
 (0)