add tests, make single start command, and fix clightning race
This commit is contained in:
parent
5c938bb6d4
commit
dfd181e0be
6 changed files with 214 additions and 68 deletions
11
.github/workflows/ci.yml
vendored
Normal file
11
.github/workflows/ci.yml
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue