Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* use cargo test --tests --benches This does everything cargo test does, except linking the examples. Thus, we can speed up the testing. The examples get checked by the later cargo check calls * Add cargo check without (default) features This was added to the nightly build only, because the stable build has more work already. It helps to detect errors that arise from missing feature cfgs.
- Loading branch information