Thanks for contributing to the trunk toolbox! Read on to learn more.
Trunk toolbox is a place for rules that transcend particular languages and are relevant to any code in a repo.
The trunk.yaml in this repo has been modified to run your local iteration of toolbox as you are building. This is managed through the toolbox-latest
script. Effectively as you run cargo build
or cargo build release
the script will pick up the last built binary and use that.
If no local binary has been built then the pinned version in the trunk.yaml will be used.
cargo test
will execute the unit and integration tests for the repo
Please follow the guidelines below when contributing: