Skip to content

refactor(state): define errors for state package #3753

refactor(state): define errors for state package

refactor(state): define errors for state package #3753

Workflow file for this run

name: Unit testing
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: '1.23.1'
- name: Unit tests
run: make unit_test