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

Archive PFM repository in favor of IBC-Apps upstream #156

Archive PFM repository in favor of IBC-Apps upstream

Archive PFM repository in favor of IBC-Apps upstream #156

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