Skip to content

pharr117/custom chain modules examples and docs #164

pharr117/custom chain modules examples and docs

pharr117/custom chain modules examples and docs #164

Workflow file for this run

name: go-test
on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
push:
branches:
- main
env:
GO_VERSION: '^1.22'
jobs:
go-test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: ${{ env.GO_VERSION }}
- uses: actions/checkout@v3
- name: test code
run: |
go test -timeout 30m -v ./...