Skip to content

chore(deps): Bump cosmossdk.io/errors from 1.0.0-beta.7 to 1.0.0 #1996

chore(deps): Bump cosmossdk.io/errors from 1.0.0-beta.7 to 1.0.0

chore(deps): Bump cosmossdk.io/errors from 1.0.0-beta.7 to 1.0.0 #1996

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