Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Bump github.com/cosmos/cosmos-sdk from 0.47.0 to 0.47.3 #153

Bump github.com/cosmos/cosmos-sdk from 0.47.0 to 0.47.3

Bump github.com/cosmos/cosmos-sdk from 0.47.0 to 0.47.3 #153

Workflow file for this run

name: Tests
on:
pull_request:
push:
branches: ["main", "release/**"]
jobs:
test-unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
- name: Run all tests.
run: go test ./... -cover