Add MSC2836 to CI; this should fail

This commit is contained in:
Kegan Dougal 2022-01-27 17:18:36 +00:00
parent b6011d0d87
commit 65f31dc5f6

View file

@ -63,7 +63,7 @@ jobs:
# Run Complement # Run Complement
- run: | - run: |
set -o pipefail && set -o pipefail &&
go test -v -json -tags dendrite_blacklist ./tests/... 2>&1 | gotestfmt go test -v -json -tags 'msc2836,dendrite_blacklist' ./tests/... 2>&1 | gotestfmt
shell: bash shell: bash
name: Run Complement Tests name: Run Complement Tests
env: env: