Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip and group features to reduce powerset size
We run out of space on the default github action runners when we naively run `cargo hack` powerset. Attempt to reduce the size of the powerset by skipping the default feature, and grouping related features together.
- Loading branch information