Skip to content

fix(consensus): improve consensus alghorithm #3204

fix(consensus): improve consensus alghorithm

fix(consensus): improve consensus alghorithm #3204

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.22.2'
- name: Unit tests
run: make unit_test