Open
Description
Since #1344 and #1384, we have a lot of CI steps.
We should maybe consider cutting down on it, by:
- Only testing
--release
and--features parallel
on a few select platforms? - Merging some tests that run on the same platform (related to Better CI for cross-compiling #1390).
Because while they may run in parallel, they still consume both power, and from my understanding also money from the Rust org (?).