Commit 47479f1
committed
Refactor
Most recipes in `justfile` that use `cargo nextest run` write it
out in a command, even though a `nextest` recipe exists. This is
often done because the command appears in a non-leading line of the
recipe, so having the recipe depend on the `nextest` recipe would
not be feasible. However, it also has the benefit of being more
clear about exactly what command is being run, especially when the
arguments are long and complicated, as in `summarize`.
This changes `summarize` so that it invokes nextest explicitly as a
step of the recipe, rather than depending on `nextest` and passing
its arguments through.summarize recipe to be easier to read1 parent 8bec4a2 commit 47479f1
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | | - | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
247 | 249 | | |
248 | 250 | | |
249 | 251 | | |
| |||
0 commit comments