Skip to content

fix: sync large blocks without OOMing #5371

fix: sync large blocks without OOMing

fix: sync large blocks without OOMing #5371

Workflow file for this run

name: Test
on:
pull_request:
merge_group:
push:
paths:
- "**.go"
branches:
- v0.38.x-celestia
- main
jobs:
tests:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
part: ["00", "01", "02", "03", "04", "05"]
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version-file: "go.mod"
- uses: technote-space/get-diff-action@v6
with:
PATTERNS: |
**/**.go
"!test/"
go.mod
go.sum
Makefile
- name: Run Go Tests
run: |
make test-group-${{ matrix.part }} NUM_SPLIT=6
if: env.GIT_DIFF