Skip to content

[TAS-625] ⬆️ Upgrade ibc-go to v6.2.1 #129

[TAS-625] ⬆️ Upgrade ibc-go to v6.2.1

[TAS-625] ⬆️ Upgrade ibc-go to v6.2.1 #129

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- master
- develop
- "feat/**"
jobs:
test:
name: Run test
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.19.5
- name: Run go test
run: make test