Skip to content

Commit

Permalink
CI: Remove duplicate doc test
Browse files Browse the repository at this point in the history
  • Loading branch information
tcharding committed Nov 15, 2023
1 parent 9f2e6ed commit caecae5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions contrib/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit caecae5

Please sign in to comment.