Skip to content

chore(deps): bump github.com/cosmos/ibc-go/v8 from v8.5.2 to v8.6.1 (… #70

chore(deps): bump github.com/cosmos/ibc-go/v8 from v8.5.2 to v8.6.1 (…

chore(deps): bump github.com/cosmos/ibc-go/v8 from v8.5.2 to v8.6.1 (… #70

Workflow file for this run

on:
push:
branches: main
pull_request:
branches: main
name: E2E Tests
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.23
- uses: actions/checkout@v4
- name: Install tparse
run: |
go install github.com/mfridman/tparse@latest
- run: make test-e2e