Skip to content

Fix next submission target #1573

Fix next submission target

Fix next submission target #1573

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