Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 676 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (12 loc) · 676 Bytes

Tests

To run the tests, you will need:

Then, you can run the tests with cargo test.

Git hooks

To run tests automatically, and check that you don't accidentally bump dependencies of wasm-minimal-protocol, add the pre-push git hook:

git config --local core.hooksPath .githooks

The script .githooks/pre-push will be run each time you git push (except if you use --no-verify).