RustAudio / coreaudio-rs

A friendly rust interface to Apple's Core Audio API.
Apache License 2.0
203 stars 38 forks source link

Test more feature permutations in CI workflow #77

Open mitchmindtree opened 3 years ago

mitchmindtree commented 3 years ago

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.