Skip one test on 32bit

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent 2a7e4b79d9
commit 5f354bd515
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -81,8 +81,13 @@ which use "use_core" feature of "%{crate}" crate.
%if %{with check}
%check
# https://github.com/gnzlbg/match_cfg/issues/1
%if 0%{?__isa_bits} == 32
%cargo_test -- -- --skip tests::tests
%else
%cargo_test
%endif
%endif
%changelog
* Tue Feb 11 14:18:39 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.1.0-1

Loading…
Cancel
Save