From cccec4e74cc6974bcfc2f1162bf0366a3b85cd0a4c5ba37df58b0ed491522dad Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Fri, 29 Jul 2022 12:54:29 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=4 --- zellij.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zellij.spec b/zellij.spec index 1a5c2f3..04ef3f2 100644 --- a/zellij.spec +++ b/zellij.spec @@ -48,14 +48,14 @@ mkdir .cargo cp %{SOURCE2} .cargo/config %build -%{cargo_build} +%{cargo_build} --all-features %install -%{cargo_install} +%{cargo_install} --all-features %if %{with test} %check -%{cargo_test} +%{cargo_test} --all-features %endif %files