From 2b08bd4eac589a696a2e02b50ba15392a7782f35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Lauzier?= Date: Sat, 18 Dec 2021 19:18:33 -0500 Subject: [PATCH] Disable doc-test for now --- rust-rkyv.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rust-rkyv.spec b/rust-rkyv.spec index 5ad8e4b..1f25b12 100644 --- a/rust-rkyv.spec +++ b/rust-rkyv.spec @@ -1,4 +1,6 @@ # Generated by rust2rpm 20 +# Disable doc-test due to missing function +# https://github.com/rkyv/rkyv/issues/235 %bcond_without check %global debug_package %{nil} @@ -316,7 +318,7 @@ use "validation" feature of "%{crate}" crate. %if %{with check} %check -%cargo_test +%cargo_test -- --lib %endif %changelog