Skip to content

Revert "Merge branch 'fairminterv2' into protocolchanges" #263

Revert "Merge branch 'fairminterv2' into protocolchanges"

Revert "Merge branch 'fairminterv2' into protocolchanges" #263

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