1
0

Remove references to "msc2403" (#12165)

This commit is contained in:
Andrew Morgan
2022-03-30 12:15:47 +01:00
committed by GitHub
parent c8cbd66d3b
commit 19a1d6a42a
5 changed files with 4 additions and 5 deletions

View File

@@ -377,7 +377,7 @@ jobs:
# Run Complement
- run: |
set -o pipefail
go test -v -json -tags synapse_blacklist,msc2403,msc2716,msc3030 ./tests/... 2>&1 | gotestfmt
go test -v -json -tags synapse_blacklist,msc2716,msc3030 ./tests/... 2>&1 | gotestfmt
shell: bash
name: Run Complement Tests
env: