Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 418 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (21 loc) · 418 Bytes

Contributing

Setup

Ensure you have make installed. Run command -v make. If there is no stdout, search for ways to install make on your system.

make install # installs rust/cargo and cargo crate deps

Building

To generate a release binary to ./target/release/tinted-builder-rust, run:

make build

Testing

CLI

make cli_test

Library

make lib_test