Stop ignoring test suite

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 7 years ago
parent 1ae719ca20
commit 0ba547e5ab
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -6,7 +6,7 @@
Name: rust-%{crate}0.1 Name: rust-%{crate}0.1
Version: 0.1.21 Version: 0.1.21
Release: 2%{?dist} Release: 3%{?dist}
Summary: Implementation of futures and streams featuring zero allocations Summary: Implementation of futures and streams featuring zero allocations
License: MIT or ASL 2.0 License: MIT or ASL 2.0
@ -43,9 +43,6 @@ which use %{crate} from crates.io.
%if %{with check} %if %{with check}
%check %check
# https://bugzilla.redhat.com/show_bug.cgi?id=1563393
%cargo_test || :
%else
%cargo_test %cargo_test
%endif %endif
@ -56,6 +53,9 @@ which use %{crate} from crates.io.
%exclude %{cargo_registry}/%{crate}-%{version}/appveyor.yml %exclude %{cargo_registry}/%{crate}-%{version}/appveyor.yml
%changelog %changelog
* Sun Jul 01 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.21-3
- Stop ignoring test suite
* Fri Jun 29 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.21-2 * Fri Jun 29 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.21-2
- Fix build with new macro - Fix build with new macro

Loading…
Cancel
Save