From 659fc3aaf5f20f75d417f0620342e9714a7ef9ad Mon Sep 17 00:00:00 2001 From: thesimplekid Date: Sat, 11 Nov 2023 11:25:54 +0000 Subject: [PATCH] ci: remove blocking build --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f56b9c97..c6a2ea79 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,6 @@ jobs: -p cashu --no-default-features --features mint, -p cashu-sdk, -p cashu-sdk --no-default-features, - -p cashu-sdk --features blocking, ] steps: - name: Checkout