From 308a87173fb3675c03ced8aa5cd9f02ea60e0df8 Mon Sep 17 00:00:00 2001 From: Yuki Kishimoto Date: Mon, 4 Dec 2023 11:51:22 +0100 Subject: [PATCH] ci: fix build args --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ca599d2e..c26d6aebb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: -p nostr --no-default-features --features alloc, -p nostr --no-default-features --features "alloc all-nips", -p nostr --features blocking, - -p nostr-database + -p nostr-database, -p nostr-sdk, -p nostr-sdk --no-default-features, -p nostr-sdk --features blocking,