ZcashFoundation / frost

Rust implementation of FROST (Flexible Round-Optimised Schnorr Threshold signatures) by the Zcash Foundation
https://frost.zfnd.org
Other
144 stars 52 forks source link

Use cargo-all-features in CI #631

Closed conradoplg closed 5 months ago

conradoplg commented 7 months ago

Some issues like #629 and some that I had while writing #535 would be caught by cargo-all-features. We should add to CI unless it takes too long.

This can be as simple as creating a job that installs it and runs cargo build-all-features.

mpguerra commented 5 months ago

Is this one for @gustavovalverde or can we take care of it within @ZcashFoundation/frost-team ?

conradoplg commented 5 months ago

Is this one for @gustavovalverde or can we take care of it within @ZcashFoundation/frost-team ?

It's fairly straightforward, we can take care of it.