Explorar el Código

chore: msrv cashu workflow

thesimplekid hace 2 meses
padre
commit
e5f2fb451f
Se han modificado 1 ficheros con 4 adiciones y 5 borrados
  1. 4 5
      .github/workflows/ci.yml

+ 4 - 5
.github/workflows/ci.yml

@@ -58,7 +58,7 @@ jobs:
             -p cdk-common --no-default-features,
             -p cdk-common --no-default-features --features wallet,
             -p cdk-common --no-default-features --features mint,
-            -p cdk-commin --no-default-features --features "mint swagger",
+            -p cdk-common --no-default-features --features "mint swagger",
             -p cdk,
             -p cdk --no-default-features,
             -p cdk --no-default-features --features wallet,
@@ -164,10 +164,9 @@ jobs:
       matrix:
         build-args:
           [
-            -p cdk,
-            -p cdk --no-default-features,
-            -p cdk --no-default-features --features wallet,
-            -p cdk --no-default-features --features mint,
+            -p cashu --no-default-features --features "wallet mint",
+            -p cdk-common --no-default-features --features "wallet mint",
+            -p cdk --no-default-features --features "mint mint",
             -p cdk-axum,
             -p cdk-axum --no-default-features --features redis,
             -p cdk-strike,