Skip to content
This repository was archived by the owner on Nov 25, 2022. It is now read-only.

Commit ee3ec83

Browse files
authored
Enable MSC2946 tests in Complement for Synapse and Complement pipelines. (#141)
1 parent 8dc9c55 commit ee3ec83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

complement/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ steps:
2727
# https://github.com/matrix-org/complement/blob/master/dockerfiles/Synapse.Dockerfile.
2828
- docker build -t complement-synapse -f dockerfiles/Synapse.Dockerfile dockerfiles/
2929
# Run the tests!
30-
- COMPLEMENT_BASE_IMAGE=complement-synapse go test -v -tags "synapse_blacklist,msc3083" ./tests
30+
- COMPLEMENT_BASE_IMAGE=complement-synapse go test -v -tags "synapse_blacklist,msc2946,msc3083" ./tests
3131
label: "\U0001F9EA Complement / Synapse Monolith / :go: 1.15"
3232
agents:
3333
queue: "medium"

synapse/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ steps:
567567
- "docker build -t complement-synapse -f complement-master/dockerfiles/Synapse.Dockerfile complement-master/dockerfiles"
568568
# Finally, compile and run the tests.
569569
- "cd complement-master"
570-
- "COMPLEMENT_BASE_IMAGE=complement-synapse:latest go test -v -tags synapse_blacklist,msc3083 ./tests"
570+
- "COMPLEMENT_BASE_IMAGE=complement-synapse:latest go test -v -tags synapse_blacklist,msc2946,msc3083 ./tests"
571571
label: "\U0001F9EA Complement"
572572
agents:
573573
queue: "medium"

0 commit comments

Comments
 (0)