TrueLayer / reqwest-middleware

Wrapper around reqwest to allow for client middleware chains.
Apache License 2.0
257 stars 78 forks source link

ci: use `cargo hack` feature powerset in CI #177

Closed eopb closed 2 months ago

eopb commented 2 months ago

waiting on #175 & #176 to fix issues with the build

Recently a change was introduced that did not compile #167.

This was not caught by our CI becuase the feature was not enabled when building in CI.

This change ensures that every possible feature combination is attempted when running tests and clippy in CI. This adds up to 50 attempts for all of our features accross the three crates in this repo. This doesn't take too long since they share build cache.