Merge branch 's7evink/server-notices' of github.com:matrix-org/dendrite into s7evink/server-notices

This commit is contained in:
Till Faelligen 2022-02-11 17:41:56 +01:00
commit 11cab9c469

View file

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