Skip to content

Merge branch '1mgas-txpool-v0.3.0-pending' into debug-txpool-ci #5

Merge branch '1mgas-txpool-v0.3.0-pending' into debug-txpool-ci

Merge branch '1mgas-txpool-v0.3.0-pending' into debug-txpool-ci #5

Workflow file for this run

name: Unit Test
on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches: [main, develop, debug-txpool-ci]
jobs:
unit_test:
name: unit_test
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- run: make test