Skip tests that fail with Rust 1.71

epel9 imports/e9/rust-bytecheck-0.6.11-3.el9
Fabio Valentini 1 year ago
parent 9bc218d7b6
commit 3d97299ef2
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -110,7 +110,9 @@ use the "verbose" feature of the "%{crate}" crate.
%if %{with check} %if %{with check}
%check %check
%cargo_test # * skip tests that fail with Rust 1.71:
# https://github.com/rkyv/bytecheck/issues/32
%cargo_test -- -- --skip "src/lib.rs"
%endif %endif
%changelog %changelog

Loading…
Cancel
Save