From 06b1221a228446aaec1ada32e4eb7a73f1667191 Mon Sep 17 00:00:00 2001 From: "Olivier Wilkinson (reivilibre)" Date: Tue, 31 May 2022 12:34:01 +0100 Subject: [PATCH] Flatten develop-only --- .github/workflows/tests.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a2255c02ea23..eb0eef38afa6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -356,13 +356,6 @@ jobs: needs: linting-done runs-on: ubuntu-latest - strategy: - fail-fast: false - matrix: - include: - # Test with workers - - workers: workers - steps: # The path is set via a file given by $GITHUB_PATH. We need both Go 1.17 and GOPATH on the path to run Complement. # See https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#adding-a-system-path @@ -390,7 +383,7 @@ jobs: - run: | set -o pipefail - WORKERS=${{ matrix.workers && 1 }} COMPLEMENT_DIR=`pwd`/complement synapse/scripts-dev/complement.sh -json 2>&1 | gotestfmt + WORKERS=1 COMPLEMENT_DIR=`pwd`/complement synapse/scripts-dev/complement.sh -json 2>&1 | gotestfmt shell: bash name: Run Complement Tests