Soc Virnyl Estela 2022-07-29 12:54:29 +00:00 committed by Git OBS Bridge
parent 3fbc84a6ce
commit cccec4e74c

View File

@ -48,14 +48,14 @@ mkdir .cargo
cp %{SOURCE2} .cargo/config cp %{SOURCE2} .cargo/config
%build %build
%{cargo_build} %{cargo_build} --all-features
%install %install
%{cargo_install} %{cargo_install} --all-features
%if %{with test} %if %{with test}
%check %check
%{cargo_test} %{cargo_test} --all-features
%endif %endif
%files %files