summary refs log tree commit diff
path: root/.github/workflows/tests.yml
diff options
context:
space:
mode:
authorOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2022-07-05 11:59:48 +0100
committerOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2022-07-05 11:59:48 +0100
commit3c41609a9e3aeb17138f0bd720898f1f22e256a0 (patch)
tree6df0592108f422f24c24efea46b8627e1b94bd31 /.github/workflows/tests.yml
parentDBG (diff)
downloadsynapse-3c41609a9e3aeb17138f0bd720898f1f22e256a0.tar.xz
DBG limit
Diffstat (limited to '.github/workflows/tests.yml')
-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 aad3060912..0e14d87113 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 || '' }} COMPLEMENT_DIR=`pwd`/complement synapse/scripts-dev/complement.sh -f -json 2>&1 | gotestfmt | tee /tmp/xxx
+            POSTGRES=${{ (matrix.database == 'Postgres') && 1 || '' }} WORKERS=${{ (matrix.arrangement == 'workers') && 1 || '' }} COMPLEMENT_DIR=`pwd`/complement synapse/scripts-dev/complement.sh -f -run TestRestrictedRoomsLocalJoin -json 2>&1 | gotestfmt | tee /tmp/xxx
             #if grep FAIL /tmp/xxx; then
             #  break
             #fi