It should just be running ``` cargo test --all ``` and making sure it passes. An important feature of this will be to run builds and tests in both `[std]` and `[no_std]` modes (once #49 is done).
It should just be running
and making sure it passes.
An important feature of this will be to run builds and tests in both
[std]and[no_std]modes (once #49 is done).