mirror of
https://github.com/ipetkov/crane.git
synced 2024-11-22 05:36:09 +03:00
Fix typo in cargoNextestExtraArgs
docs (#599)
This commit is contained in:
parent
a5eca68a2c
commit
cc1c68d5a3
@ -618,8 +618,8 @@ Except where noted below, all derivation attributes are delegated to
|
||||
* `cargoLlvmCovExtraArgs`: additional flags to be passed in the cargo
|
||||
llvm-cov invocation
|
||||
- Default value: `"--lcov --output-path $out/coverage"`
|
||||
* `cargoNextestExtraArgs`: additional flags to be passed in the clippy invocation (e.g.
|
||||
deny specific lints)
|
||||
* `cargoNextestExtraArgs`: additional flags to be passed in the nextest invocation
|
||||
(e.g. specifying a profile)
|
||||
- Default value: `""`
|
||||
* `partitions`: The number of separate nextest partitions to run. Useful if the
|
||||
test suite takes a long time and can be parallelized across multiple build
|
||||
|
Loading…
Reference in New Issue
Block a user