Commit Graph

8 Commits

Author SHA1 Message Date
Jesse de Wit
956835e228 update docs to reflect latest lnd/cln versions 2024-01-19 09:20:53 +01:00
Jesse de Wit
9242567cf1 itest: set individual test timeout to 6 minutes 2024-01-05 10:33:19 +01:00
Roei Erez
27bf350a93 remove enable-debugbuild 2023-12-06 13:42:06 +02:00
Roei Erez
b4d60ae3ee change --enable-developer to --enable-debugbuild 2023-12-06 11:22:15 +02:00
Jesse de Wit
c25a6e1a85 add integration tests for LND lsp CLN client 2023-10-18 01:45:23 +02:00
Jesse de Wit
2c396656e4 update core lightning to v23.08 2023-08-28 12:38:16 +02:00
Jesse de Wit
327d9d37a6 use bitcoincore.org for CI 2023-08-07 11:59:03 +02:00
lndev
36f7b87b29 Add GitHub Actions for Bitcoin, c-lightning, and LND setup and integration tests
- A new GitHub Actions workflow for running integration tests has been added. This workflow is defined in .github/workflows/integration_tests.yaml.
- New GitHub Actions for setting up Bitcoin, c-lightning, and LND environments have been implemented.
- The actions use caching for quick builds.
- The .gitignore file has been updated.
- LND and CLN setup and tests now run in their own individual jobs, which should improve the workflow speed.
- Introduced a new reusable action for handling test states.
2023-07-28 15:55:18 +02:00