Skip to content

chore(deps): bump cosmossdk.io/math from 1.1.2 to 1.4.0 #141

chore(deps): bump cosmossdk.io/math from 1.1.2 to 1.4.0

chore(deps): bump cosmossdk.io/math from 1.1.2 to 1.4.0 #141

Workflow file for this run

name: Tests
on:
pull_request:
paths: ["**.go", "go.mod", "go.sum"]
push:
branches:
- main
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
cache: true
- name: Run all tests.
run: make test
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
cache: true
- name: Run all tests.
run: make build