Skip to content

add newly created sub-acount addresses to fmsgid #49

add newly created sub-acount addresses to fmsgid

add newly created sub-acount addresses to fmsgid #49

Workflow file for this run

name: Build & Test
on:
workflow_dispatch:
pull_request:
branches: [main]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Build
run: go build ./...
- name: Test
run: go test ./...