diff --git a/rust-match_cfg.spec b/rust-match_cfg.spec index 18995e8..c0055d5 100644 --- a/rust-match_cfg.spec +++ b/rust-match_cfg.spec @@ -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 - 0.1.0-1