Skip to content

chore: upgrade solidity-ibc-eureka and ibc-go #387

chore: upgrade solidity-ibc-eureka and ibc-go

chore: upgrade solidity-ibc-eureka and ibc-go #387

Workflow file for this run

name: test
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: 'true'
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Run tests
run: make test