Skip to content

feat: introduce wallet utxos command (#47) #160

feat: introduce wallet utxos command (#47)

feat: introduce wallet utxos command (#47) #160

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
unit:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run Unit Tests
run: cargo test
integration:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run Integration Tests
run: test/integration.sh