Skip to content

fix(gov): legacy proposals were not wired #1913

fix(gov): legacy proposals were not wired

fix(gov): legacy proposals were not wired #1913

name: Integration tests
on:
pull_request:
# paths makes the action run only when the given paths are changed
paths: ["**.go", "**.proto", "go.mod", "go.sum"]
jobs:
integration-tests:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
cache: true
- name: Run all integration tests.
run: make test-integration