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

Commit 31b125c

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

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ jobs:
376376
# Run Complement
377377
- run: |
378378
set -o pipefail
379-
go test -v -json -p 1 -tags synapse_blacklist,msc2403 ./tests/... 2>&1 | gotestfmt
379+
go test -v -json -p 1 -tags synapse_blacklist,msc2403,msc3030 ./tests/... 2>&1 | gotestfmt
380380
shell: bash
381381
name: Run Complement Tests
382382
env:

changelog.d/12144.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Enable [MSC3030](https://github.com/matrix-org/matrix-doc/pull/3030) Complement tests in CI.

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)