Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/cargo/sealed-0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron authored Oct 7, 2024
2 parents 9e5f4c7 + 857772a commit 5d4f4d4
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 5d4f4d4

Please sign in to comment.