update contributing.md with the new lindera update

This commit is contained in:
Tamo 2024-07-10 14:28:43 +02:00
parent 9d6885793e
commit 9570139eeb

View File

@ -52,6 +52,11 @@ cargo test
This command will be triggered to each PR as a requirement for merging it.
#### Faster build
You can set the `LINDERA_CACHE` environment variable to speed up your successive builds by up to 2 minutes.
It'll store some built artifacts in the directory of your choice.
#### Snapshot-based tests
We are using [insta](https://insta.rs) to perform snapshot-based testing.