Skip to content

Commit

Permalink
Revert disabling doc tests on stable Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Nov 28, 2024
1 parent 47259bc commit ab9f0d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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



Expand Down

0 comments on commit ab9f0d2

Please sign in to comment.