Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 293 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (13 loc) · 293 Bytes

Contributing

Development

To run the stress tests,

> git submodule update --init --recursive
> cargo test --release -- --ignored

To enable debugging, add

use pretty_env_logger;
let _ = pretty_env_logger::try_init();

And then run tests with RUST_LOG=pgp=info.