This repository was archived by the owner on Nov 25, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments