Skip to content

Lower batch sizes to avoid out of gas errors after Fusaka #1567

Lower batch sizes to avoid out of gas errors after Fusaka

Lower batch sizes to avoid out of gas errors after Fusaka #1567

Workflow file for this run

name: Smart Node Unit Tests
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.25.1
cache-dependency-path: go.work.sum
- run: make test