Add info in c api readme in the testing section

This commit is contained in:
Mark McCaskey 2019-11-20 16:38:44 -08:00
parent 4a84441ab0
commit fc733647ec

View File

@ -105,6 +105,10 @@ int main()
# Testing
Tests are run using the release build of the library. If you make
changes or compile with non-default features, please ensure you
rebuild in release mode for the tests to see the changes.
The tests can be run via `cargo test`, such as:
```sh