Commit f642fa8
committed
ci: Change powerset check
The existing powerset check has problems:
- It takes too long.
- It failed to catch all the bugs fixed in the previous commit.
This commit fixes it as such:
- `--depth 3` is passed in which limits execution time.
- `--group-features` groups are removed which would have caught the bugs
fixed in the previous commit.
- `--clean-per-run` is removed as it's no longer necessary and slows it
down.
Experimentation indicates that a depth of 3 takes roughly a few minutes
to execute and catches bugs, whereas a depth of 4 takes roughly 40
minutes to run and does not catch any additional bugs.1 parent 14b905a commit f642fa8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
289 | | - | |
| 289 | + | |
0 commit comments