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

Commit

Permalink
Enable Complement tests for MSC3083. (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed Apr 8, 2021
1 parent 1d74b20 commit 8dc9c55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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" ./tests
- COMPLEMENT_BASE_IMAGE=complement-synapse go test -v -tags "synapse_blacklist,msc3083" ./tests
label: "\U0001F9EA Complement / Synapse Monolith / :go: 1.15"
agents:
queue: "medium"
Expand Down
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-master/dockerfiles/Synapse.Dockerfile complement-master/dockerfiles"
# Finally, compile and run the tests.
- "cd complement-master"
- "COMPLEMENT_BASE_IMAGE=complement-synapse:latest go test -v -tags synapse_blacklist ./tests"
- "COMPLEMENT_BASE_IMAGE=complement-synapse:latest go test -v -tags synapse_blacklist,msc3083 ./tests"
label: "\U0001F9EA Complement"
agents:
queue: "medium"
Expand Down

0 comments on commit 8dc9c55

Please sign in to comment.