Skip to content

chore(deps): bump cosmossdk.io/collections from 0.3.1-0.20230807135302-6f29897bf024 to 0.4.0 #66

chore(deps): bump cosmossdk.io/collections from 0.3.1-0.20230807135302-6f29897bf024 to 0.4.0

chore(deps): bump cosmossdk.io/collections from 0.3.1-0.20230807135302-6f29897bf024 to 0.4.0 #66

Workflow file for this run

name: Unit tests
on:
push:
branches:
- main
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Check out source
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20"
check-latest: true
- name: Tests
run: |
make test