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
Next Next commit
Synapse: run msc2403 Complement tests
  • Loading branch information
anoadragon453 committed Jun 9, 2021
commit 80a48f3c20a2b35dbb58f7f7a5c9b091e07938f0
2 changes: 1 addition & 1 deletion synapse/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ steps:
- "docker build -t complement-synapse -f /complement/dockerfiles/Synapse.Dockerfile /complement/dockerfiles"
# Finally, compile and run the tests.
- "cd /complement"
- "COMPLEMENT_BASE_IMAGE=complement-synapse:latest go test -v -tags synapse_blacklist,msc2946,msc3083 ./tests"
- "COMPLEMENT_BASE_IMAGE=complement-synapse:latest go test -v -tags synapse_blacklist,msc2403,msc2946,msc3083 ./tests"
label: "\U0001F9EA Complement"
agents:
queue: "medium"
Expand Down