Skip to content

chore: add changelog doc and testnet Fermat height (#27) #24

chore: add changelog doc and testnet Fermat height (#27)

chore: add changelog doc and testnet Fermat height (#27) #24

Workflow file for this run

name: Unit Test
on:
pull_request:
types: [ opened, synchronize, reopened ]
push:
branches: [main, develop]
jobs:
unit_test:
name: unit_test
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '^1.21.3'
- run: make test