Skip to content

Commit

Permalink
Temporary disable doc tests on nightly Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Oct 7, 2024
1 parent 3bde22d commit 857772a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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,)



Expand Down

0 comments on commit 857772a

Please sign in to comment.