Skip to content

Only consider confirmed spending txs for utxo fetching #157

Only consider confirmed spending txs for utxo fetching

Only consider confirmed spending txs for utxo fetching #157

Workflow file for this run

on:
push:
branches:
- master
pull_request:
name: test
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set default toolchain
run: rustup default nightly
- name: Set profile
run: rustup set profile minimal
- name: Run cargo test
run: cargo test -- --nocapture