This commit is contained in:
parent
3fbc84a6ce
commit
cccec4e74c
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user