Commit Graph

7 Commits

Author SHA1 Message Date
Jesse de Wit
25d205e05c lsps2: implement lsps2.get_versions 2023-11-06 14:11:30 +01:00
Jesse de Wit
06dfa7c334 lsps0: add integration test 2023-11-06 14:11:29 +01: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
7c12c5f7ec use lntest 0.0.26 and update docs/ci 2023-08-07 11:55:29 +02:00
Jesse de Wit
5813a9a59c run integration tests on pull request 2023-07-28 17:07:40 +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