Skip to content

Moving away from the deprecated network id and checking chain ids #182

Moving away from the deprecated network id and checking chain ids

Moving away from the deprecated network id and checking chain ids #182

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@v3
- uses: actions/setup-go@v4
with:
go-version: 1.21.8
- run: go test ./...