We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cargoNextestExtraArgs
1 parent a5eca68 commit cc1c68dCopy full SHA for cc1c68d
docs/API.md
@@ -618,8 +618,8 @@ Except where noted below, all derivation attributes are delegated to
618
* `cargoLlvmCovExtraArgs`: additional flags to be passed in the cargo
619
llvm-cov invocation
620
- Default value: `"--lcov --output-path $out/coverage"`
621
-* `cargoNextestExtraArgs`: additional flags to be passed in the clippy invocation (e.g.
622
- deny specific lints)
+* `cargoNextestExtraArgs`: additional flags to be passed in the nextest invocation
+ (e.g. specifying a profile)
623
- Default value: `""`
624
* `partitions`: The number of separate nextest partitions to run. Useful if the
625
test suite takes a long time and can be parallelized across multiple build
0 commit comments