docs: correct profile usage of cargo test --release#6345
docs: correct profile usage of cargo test --release#6345bors merged 3 commits intorust-lang:masterfrom
cargo test --release#6345Conversation
|
Unfortunately neither is quite correct. Test targets and unit tests use the |
|
Thanks for the clarifications -- I tried to incorporate them, but please do double-check that I got it right. Also, if you feel like this is overkill, please say so. And more detailed documentation in the mid-term is of course very welcome! ;) |
ehuss
left a comment
There was a problem hiding this comment.
These lines will need to be word-wrapped since they don't wrap in markdown.
|
Thanks! @bors: r=ehuss |
|
📌 Commit a472e7c has been approved by |
…ehuss docs: correct profile usage of `cargo test --release` From trying it out on a project (see <varlociraptor/varlociraptor#54 (comment)>), I have realised that the `profile` usage by `cargo test --release` differs from what is documented in the cargo book. So here comes my correction suggestion...
|
☀️ Test successful - status-appveyor, status-travis |
Update cargo, rls 26 commits in b3d0b2e545b61d4cd08096911724b7d49d213f73..5e85ba14aaa20f8133863373404cb0af69eeef2c 2018-11-15 19:13:04 +0000 to 2018-12-02 14:37:25 +0000 - ConflictStoreTrie: Faster filtered search (rust-lang/cargo#6366) - Remove `cmake` as a requirement (rust-lang/cargo#6368) - progress: display "Downloading 1 crate" instead of "Downloading 1 crates" (rust-lang/cargo#6369) - Use expect over unwrap, for panic-in-panic aborts (rust-lang/cargo#6364) - Switch to pretty_env_logger, under --features pretty-env-logger (rust-lang/cargo#6362) - use allow-dirty option in `cargo package` to skip vcs checks (rust-lang/cargo#6280) - remove clones made redundant by Intern PackageId (rust-lang/cargo#6352) - docs: correct profile usage of `cargo test --release` (rust-lang/cargo#6345) - Improve doc for `cargo install` (rust-lang/cargo#6354) - Intern PackageId (rust-lang/cargo#6332) - Clean only release artifacts if --release option is set (rust-lang/cargo#6349) - remove clones made redundant by Intern SourceId (rust-lang/cargo#6347) - Intern SourceId (rust-lang/cargo#6342) - Tweak Layout to allow for non json file targets with internal "." (rust-lang/cargo#6255) - Correct Target Directory command-line option (rust-lang/cargo#6343) - Persistent data structures by im-rs (rust-lang/cargo#6336) - Move command prelude into main library (rust-lang/cargo#6335) - Distinguish custom build invocations (rust-lang/cargo#6331) - Allow crate_type=bin examples to run (rust-lang/cargo#6330) - Make verify-project honour unstable features (rust-lang/cargo#6326) - Make autodiscovery disable inferred targets (rust-lang/cargo#6329) - Add `c` alias for `check` (rust-lang/cargo#6218) - Allow user aliases to override built-in aliases (rust-lang/cargo#6259) - Fix renaming directory project using build scripts with cross-compiling. (rust-lang/cargo#6328) - Fix add_plugin_deps-related tests. (rust-lang/cargo#6327) - Add a glossary. (rust-lang/cargo#6321)
From trying it out on a project (see varlociraptor/varlociraptor#54 (comment)), I have realised that the
profileusage bycargo test --releasediffers from what is documented in the cargo book. So here comes my correction suggestion...