Commit abb761a
committed
feat(cargo): Enable the test thread pool for
Dynamic, parallel scheduling of mutations (--parallel-mutants) requires a test thread pool. This change ensures that cargo-mutest sets the `--use-thread-pool` flag for all `--parallel-mutants` evaluations.--parallel-mutants runs1 parent 850f348 commit abb761a
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| 140 | + | |
140 | 141 | | |
141 | 142 | | |
142 | 143 | | |
| |||
182 | 183 | | |
183 | 184 | | |
184 | 185 | | |
185 | | - | |
| 186 | + | |
| 187 | + | |
186 | 188 | | |
187 | 189 | | |
188 | 190 | | |
| |||
0 commit comments