From caecae5067afb7b85a57d739a6a9e4d6fb633705 Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Wed, 15 Nov 2023 13:26:04 +1100 Subject: [PATCH] CI: Remove duplicate doc test --- contrib/test.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/contrib/test.sh b/contrib/test.sh index 8a5eab1..ab31b3a 100755 --- a/contrib/test.sh +++ b/contrib/test.sh @@ -62,11 +62,6 @@ if [ "$DO_DOCSRS" = true ]; then RUSTDOCFLAGS="--cfg docsrs -D warnings -D rustdoc::broken-intra-doc-links" cargo +nightly doc --all-features fi -# Build the docs if told to (this only works with the nightly toolchain) -if [ "$DO_DOCSRS" = true ]; then - RUSTDOCFLAGS="--cfg docsrs -D warnings -D rustdoc::broken-intra-doc-links" cargo +nightly doc --all-features -fi - # Build the docs with a stable toolchain, in unison with the DO_DOCSRS command # above this checks that we feature guarded docs imports correctly. if [ "$DO_DOCS" = true ]; then