Skip to content
This repository was archived by the owner on Nov 25, 2022. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Complement: run msc2403 tests for Synapse
  • Loading branch information
anoadragon453 committed Jun 9, 2021
commit d146c1a4525be715106e02bd382ddd5aaacbfcec
2 changes: 1 addition & 1 deletion complement/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ steps:
# https://github.com/matrix-org/complement/blob/master/dockerfiles/Synapse.Dockerfile.
- docker build -t complement-synapse -f dockerfiles/Synapse.Dockerfile dockerfiles/
# Run the tests!
- COMPLEMENT_BASE_IMAGE=complement-synapse go test -v -tags "synapse_blacklist,msc2946,msc3083" ./tests
- COMPLEMENT_BASE_IMAGE=complement-synapse go test -v -tags "synapse_blacklist,msc2403,msc2946,msc3083" ./tests
label: "\U0001F9EA Complement / Synapse Monolith / :go: 1.15"
agents:
queue: "medium"
Expand Down