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