Commit 04cc4bb
authored
# Objective
`ci` tool fails if you run with `--test-threads` because `cargo test
--benches` does not take `--test-threads`
## Solution
Split the command that call `cargo test` into one for `--benches` and
other for `--lib --bins --tests`.
## Testing
Ran `cargo run -p ci -- --build-jobs 4 --test-threads 4`
## Note
This is a cherry-pick of a commit that was added to #19011 but was
unrelated to the PR
1 parent a79e52b commit 04cc4bb
1 file changed
+20
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
22 | 26 | | |
23 | | - | |
24 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
25 | 37 | | |
26 | 38 | | |
0 commit comments