Skip to content

add test and fix for reverse peer address in openchannel #24

add test and fix for reverse peer address in openchannel

add test and fix for reverse peer address in openchannel #24

Workflow file for this run

name: Run tests
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Tests
run: cargo test