Skip to content

feat: add param query to x/tariff module (backport #277) #713

feat: add param query to x/tariff module (backport #277)

feat: add param query to x/tariff module (backport #277) #713

Workflow file for this run

name: Unit Tests
on:
pull_request:
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ^1.21
- name: Run Unit Tests
run: go test -v ./...