Skip to content

update version in compare hashes test #135

update version in compare hashes test

update version in compare hashes test #135

Workflow file for this run

name: Rust Test
on:
push:
branches: "**"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
Cargo:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
default: true
- name: Run tests
run: |
cd counterparty-rs
cargo test