From ab9f0d2bf84ae963c50ab0743a5e511736c1199b Mon Sep 17 00:00:00 2001 From: tyranron Date: Thu, 28 Nov 2024 19:36:49 +0100 Subject: [PATCH] Revert disabling doc tests on stable Rust --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9472824..fc7345a 100644 --- a/Makefile +++ b/Makefile @@ -92,8 +92,7 @@ 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\ - $(if $(call eq,$(careful),yes),,--lib) + cargo $(if $(call eq,$(careful),yes),+nightly careful,) test --all-features