Skip to content

fix client create account signature #27

fix client create account signature

fix client create account signature #27

Workflow file for this run

name: Test sdk
on:
push:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Get dependencies
run: cd ${{ matrix.dir }} && go mod download
- name: Test ${{ matrix.dir }}
env:
MNEMONICS: ${{ secrets.MNEMONICS }}
NETWORK: dev
run: cd ${{ matrix.dir }} && go test -v `go list ./... | grep -v integration_tests`
strategy:
fail-fast: false
matrix:
dir:
- node-registrar