Skip to content

feat(transfer): show client status and trusted height on render page #250

feat(transfer): show client status and trusted height on render page

feat(transfer): show client status and trusted height on render page #250

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Download dependencies
run: make mod-download
- name: Run tests
run: make test
e2e:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: e2e/go.mod
- name: Run e2e tests
run: make e2e-test