Skip to content

Enabling all features with cargo #595

Answered by ipetkov
lenianiva asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @vleni you can try setting

        test = craneLibDev.cargoNextest {
          ...
          cargoNextestExtraArgs = "--all-features";
        };

that will make the flag show up later in the arguments list and should hopefully work! All other flags accepted by cargoNextest can be found here

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ipetkov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #562 on April 21, 2024 16:47.