Commit 08eccfb
authored
chore(ci): limit the max number of features tested
With each added feature flag, the number of checks that needs to be
perfomed increased exponentially. This causes the "Build with
each feature combination" job to take up 1.5 hours!
This commit sets the depth (max number of features tested at once)
to 3, decreasing the total number of checks from 794 to 232, which
should greatly reduce the pipeline times without reducing the check
usefulness too much.
We might be forced to reduce this even more (to two) in the future if we
keep increasing the number of feature flags. We might think about
splitting the code into more crates then.cargo check (#367)1 parent 7cf2a78 commit 08eccfb
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
323 | | - | |
| 323 | + | |
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
| |||
0 commit comments