Skip to content

Add CLN integration tests #2

Add CLN integration tests

Add CLN integration tests #2

Workflow file for this run

name: Continuous Integration Checks - CLN
on: [push, pull_request]
jobs:
check-cln:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Start bitcoind, electrs, and lightningd
run: docker compose -f docker-compose-cln.yml up -d
- name: Run CLN integration tests
run: RUSTFLAGS="--cfg cln_test" cargo test --test integration_tests_cln