add tests, make single start command, and fix clightning race

This commit is contained in:
dni 2022-07-21 21:29:22 +02:00
commit dfd181e0be
6 changed files with 214 additions and 68 deletions

11
.github/workflows/ci.yml vendored Normal file
View file

@ -0,0 +1,11 @@
name: ci
on: [push, pull_request]
jobs:
regtest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run tests
run: |
chmod +x ./tests
./tests