Nazarust icon indicating copy to clipboard operation
Nazarust copied to clipboard

repo: update actions

Open Fomys opened this issue 5 years ago • 1 comments

Add --all-features to test to run doctests

Fomys avatar Nov 27 '19 15:11 Fomys

--all-features is more about enabling all optional [1] features in the compilation of the crate.

[1] https://doc.rust-lang.org/cargo/reference/manifest.html#the-features-section

You probably want to add a cargo test --doc instead right ?

alexandre-janniaux avatar Nov 27 '19 17:11 alexandre-janniaux