From 3ad08e8d8d6a3040c64665a94de18f3fce8cd37c Mon Sep 17 00:00:00 2001 From: thesimplekid Date: Sun, 14 Apr 2024 20:23:36 +0100 Subject: [PATCH] chore: cdk-redb ci --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cfb86f47..2e74c590 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,6 +32,7 @@ jobs: -p cdk --no-default-features --features mint --features redb, -p cdk --no-default-features --features wallet --features redb, -p cdk --no-default-features --features all-nuts, + -p cdk-redb ] steps: - name: Checkout