diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-11-11 12:44:58 +0000 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-11-11 12:44:58 +0000 |
commit | d611086732ccfae71f95ea77144023f2c01b7718 (patch) | |
tree | 5f8eb55cdf6531683f2c11f9aac579006ef3485d | |
parent | Measure listening time (diff) | |
download | synapse-d611086732ccfae71f95ea77144023f2c01b7718.tar.xz |
Do TestFeds for quicker turnaround
-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 ec5ab79f9c..cb1e0f13f4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -499,7 +499,7 @@ jobs: - run: | set -o pipefail - POSTGRES=${{ (matrix.database == 'Postgres') && 1 || '' }} WORKERS=${{ (matrix.arrangement == 'workers') && 1 || '' }} COMPLEMENT_DIR=`pwd`/complement synapse/scripts-dev/complement.sh -json 2>&1 | synapse/.ci/scripts/gotestfmt + POSTGRES=${{ (matrix.database == 'Postgres') && 1 || '' }} WORKERS=${{ (matrix.arrangement == 'workers') && 1 || '' }} COMPLEMENT_DIR=`pwd`/complement COMPLEMENT_ALWAYS_PRINT_SERVER_LOGS=1 synapse/scripts-dev/complement.sh -json -run TestFed 2>&1 | synapse/.ci/scripts/gotestfmt shell: bash name: Run Complement Tests |