Skip to content

Commit

Permalink
test: basic run, with index update
Browse files Browse the repository at this point in the history
  • Loading branch information
erikburt committed Nov 28, 2024
1 parent ea15888 commit dea6a61
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-core-partial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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 }}
Expand Down

0 comments on commit dea6a61

Please sign in to comment.