From 857772a441ff7b66cd0cfb0c238cc0c5b43821a3 Mon Sep 17 00:00:00 2001 From: tyranron Date: Mon, 7 Oct 2024 13:16:49 +0300 Subject: [PATCH] Temporary disable doc tests on nightly Rust --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fc7345a..2856c85 100644 --- a/Makefile +++ b/Makefile @@ -92,7 +92,8 @@ ifeq ($(shell rustup component list --toolchain=nightly \ rustup component add --toolchain=nightly rust-src endif endif - cargo $(if $(call eq,$(careful),yes),+nightly careful,) test --all-features + cargo $(if $(call eq,$(careful),yes),+nightly careful,) test --all-features\ + $(if $(call eq,$(careful),yes),--lib,)