coreaudio-rs icon indicating copy to clipboard operation
coreaudio-rs copied to clipboard

Test more feature permutations in CI workflow

Open mitchmindtree opened this issue 5 years ago • 0 comments

Currently, features are used to gate compilation of support for different frameworks.

So far, only the default feature set is tested in CI. We should ensure that compilation succeeds under any combination of features, and at least test both --no-default-features and --all-features in the CI workflow.

mitchmindtree avatar Dec 06 '20 14:12 mitchmindtree