From 9570139eebc50c5c6f9787e2f7b3a3afcdb52491 Mon Sep 17 00:00:00 2001 From: Tamo Date: Wed, 10 Jul 2024 14:28:43 +0200 Subject: [PATCH] update contributing.md with the new lindera update --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f33416820..429de8a82 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.