Skip to content

Support sign unsigned tx #4

Support sign unsigned tx

Support sign unsigned tx #4

Workflow file for this run

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and Run tests
run: cd utils && cargo build --verbose && cargo test --verbose