Skip to content

πŸ› (bitcoin-wallet): add throw error logic for insufficient error #8

πŸ› (bitcoin-wallet): add throw error logic for insufficient error

πŸ› (bitcoin-wallet): add throw error logic for insufficient error #8

Workflow file for this run

name: Go
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 'stable'
check-latest: true
- name: Test
run: make test