From dea6a615e1d47517470557c473ce0eab21cefe0c Mon Sep 17 00:00:00 2001 From: Erik Burton Date: Thu, 28 Nov 2024 10:51:02 -0800 Subject: [PATCH] test: basic run, with index update --- .github/workflows/ci-core-partial.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-core-partial.yml b/.github/workflows/ci-core-partial.yml index 856cfb15138..ed2cf575bfe 100644 --- a/.github/workflows/ci-core-partial.yml +++ b/.github/workflows/ci-core-partial.yml @@ -44,7 +44,7 @@ jobs: - name: Build Tests uses: smartcontractkit/.github/apps/go-test-caching@feat/go-test-binary-comparison - timeout-minutes: 20 + timeout-minutes: 10 with: pipeline-step: "build" build-concurrency: "32" @@ -56,13 +56,13 @@ jobs: - name: Run Tests uses: smartcontractkit/.github/apps/go-test-caching@feat/go-test-binary-comparison - timeout-minutes: 20 + timeout-minutes: 15 env: CL_DATABASE_URL: ${{ env.DB_URL }} with: pipeline-step: "run" - run-concurrency: "16" - collect-coverage: "true" + run-concurrency: "24" + # collect-coverage: "true" test-suite: ${{ matrix.type.test-suite }} module-directory: ${{ matrix.type.module-directory }} github-token: ${{ secrets.GITHUB_TOKEN }}