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
%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