Skip to content

Merge pull request #78 from bladehan1/fix-txHash #201

Merge pull request #78 from bladehan1/fix-txHash

Merge pull request #78 from bladehan1/fix-txHash #201

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.19.x
- name: "Build binaries"
run: make all
- name: "Run tests"
run: make test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
file: ./cover.out