From 48cad7538044339647226a11bdbad4180c463de0 Mon Sep 17 00:00:00 2001 From: Alex Koshelev Date: Thu, 5 Dec 2024 22:20:13 -0800 Subject: [PATCH] Add required features for Hybrid integration tests --- ipa-core/Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ipa-core/Cargo.toml b/ipa-core/Cargo.toml index b70384f37..6c8df1f33 100644 --- a/ipa-core/Cargo.toml +++ b/ipa-core/Cargo.toml @@ -288,6 +288,10 @@ required-features = [ [[test]] name = "hybrid" required-features = [ - "test-fixture", "cli", + "compact-gate", + "web-app", + "real-world-infra", + "test-fixture", + "relaxed-dp", ]