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