doc(runtime-c-api) Suggest to test in release mode.

This commit is contained in:
Ivan Enderlin 2019-12-02 15:58:23 +01:00
parent 871db8547c
commit fdc3d5107a

View File

@ -112,7 +112,7 @@ rebuild in release mode for the tests to see the changes.
The tests can be run via `cargo test`, such as:
```sh
$ cargo test -- --nocapture
$ cargo test --release -- --nocapture
```
To run tests manually, enter the `lib/runtime-c-api/tests` directory