crate2nix icon indicating copy to clipboard operation
crate2nix copied to clipboard

How to achieve `cargo build --bins --lib --tests`?

Open doivosevic opened this issue 3 years ago • 0 comments

Hey, I've been rereading these docs for a while now and I cannot figure out which override to use to build the tests. I do not want to run them. I can't find any sensible doc examples for the parameters.

I wish to achieve the same as in the issue title, that is: cargo build --bins --lib --tests. How would I write the config to achieve this in the spirit of this API?

doivosevic avatar May 17 '21 07:05 doivosevic