feat(tests): integration test

This commit is contained in:
thesimplekid
2024-07-28 13:27:52 -04:00
parent d770442567
commit e8114f3383
9 changed files with 381 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ jobs:
-p cdk-cln,
-p cdk-fake-wallet,
-p cdk-strike,
-p cdk-integration-tests,
--bin cdk-cli,
--bin cdk-mintd,
--examples

View File

@@ -19,6 +19,7 @@ jobs:
build-args:
[
-p cdk,
-p cdk-integration-tests,
]
steps:
- name: Checkout Crate