From fc2e33ce9aad95a959bb90990306246e049340f6 Mon Sep 17 00:00:00 2001 From: ritchie Date: Wed, 13 Nov 2024 15:03:07 +0100 Subject: [PATCH] exclude full --- crates/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crates/Makefile b/crates/Makefile index 28622ee061f5..6b3cf3372149 100644 --- a/crates/Makefile +++ b/crates/Makefile @@ -152,5 +152,6 @@ check-wasm: ## Check wasm build without supported features --exclude-features parquet \ --exclude-features performant \ --exclude-features streaming \ - --exclude-features http \ + --exclude-features http \ + --exclude-features full \ --exclude-features test