Merge pull request #677 from thesimplekid/cdk-redb-cli

feat: Add optional redb feature flag for database support
This commit is contained in:
thesimplekid
2025-03-25 09:21:23 +00:00
committed by GitHub
3 changed files with 15 additions and 4 deletions

View File

@@ -123,6 +123,8 @@ jobs:
-p cdk-payment-processor,
--bin cdk-cli,
--bin cdk-cli --features sqlcipher,
--bin cdk-cli --features redb,
--bin cdk-cli --features "sqlcipher redb",
--bin cdk-mintd,
--bin cdk-mintd --features redis,
--bin cdk-mintd --features redb,