summary refs log tree commit diff
diff options
context:
space:
mode:
authorOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2022-07-05 17:26:12 +0100
committerOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2022-07-07 16:05:22 +0100
commitc347978164e42233af15d0b2ec6783f105671c26 (patch)
tree78fda06544b6d5515adbfc2bf2bd90fac675f864
parentDBG cache all (diff)
downloadsynapse-c347978164e42233af15d0b2ec6783f105671c26.tar.xz
AAAA#
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 504551c291..140bbce340 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -35,7 +35,7 @@ jobs:
           set -o pipefail
           synapse/scripts-dev/complement.sh --build-only
           while :; do
-            POSTGRES=${{ (matrix.database == 'Postgres') && 1 || '' }} WORKERS=${{ (matrix.arrangement == 'workers') && 1 || '' }} SYNAPSE_TEST_LOG_LEVEL=DEBUG COMPLEMENT_DIR=`pwd`/complement synapse/scripts-dev/complement.sh -f -run TestRestrictedRoomsLocalJoin -json 2>&1 | gotestfmt | tee /tmp/xxx
+            POSTGRES=${{ (matrix.database == 'Postgres') && 1 || '' }} WORKERS=${{ (matrix.arrangement == 'workers') && 1 || '' }} SYNAPSE_TEST_LOG_LEVEL=DEBUG COMPLEMENT_DIR=`pwd`/complement synapse/scripts-dev/complement.sh -f -run TestMembersLocal -json 2>&1 | gotestfmt | tee /tmp/xxx
             if grep FAIL /tmp/xxx; then
               break
             fi