diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2022-03-30 12:15:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-30 11:15:47 +0000 |
commit | 19a1d6a42a2177f3b8ebdaa4e6727e4a09eb2c99 (patch) | |
tree | 0b17936117db8d63df6d1b460d57906d7630f477 /.github | |
parent | Start application service stream token tracking from 1 (#12193) (diff) | |
download | synapse-19a1d6a42a2177f3b8ebdaa4e6727e4a09eb2c99.tar.xz |
Remove references to "msc2403" (#12165)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2afddf58d1..e5450edfb6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: |