diff options
author | kegsay <kegan@matrix.org> | 2022-01-10 11:46:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-10 11:46:40 +0000 |
commit | 3be63654e40a137c469318e67048211800b9f985 (patch) | |
tree | ca1ddb94118756e7fece1ca873d9aca8ab1fce80 /.github | |
parent | Support spaces with > 50 rooms in the /hierarchy endpoint. (#11695) (diff) | |
download | synapse-3be63654e40a137c469318e67048211800b9f985.tar.xz |
Prettier complement logs (#11707)
* Prettier complement logs * Changelog
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/tests.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cb72e1a233..6fa61ab559 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -374,7 +374,8 @@ jobs: working-directory: complement/dockerfiles # Run Complement - - run: go test -v -tags synapse_blacklist,msc2403 ./tests/... + - run: set -o pipefail && go test -v -json -tags synapse_blacklist,msc2403 ./tests/... 2>&1 | gotestfmt + shell: bash env: COMPLEMENT_BASE_IMAGE: complement-synapse:latest working-directory: complement |