Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: ensure tests compile across all feature combinations
Currently, when checking feature combinations on CI, we only check that the _main_ crate code compiles. This means that the CI build will not fail if tests don't compile with a given feature combination. This is why issue #632 wasn't caught earlier; see [here][1] for details. This commit changes the `cargo check` command to `cargo check --tests --benches`. [1]: #632 (comment) Signed-off-by: Eliza Weisman <[email protected]>
- Loading branch information