From a40cd34a1d2f02a1e016ad123d02a58c05b2dc5c Mon Sep 17 00:00:00 2001 From: Junya Okabe Date: Thu, 20 Feb 2025 16:21:36 +0900 Subject: [PATCH] docs: add section about unit test --- docs/en/development-guide.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/en/development-guide.md b/docs/en/development-guide.md index fb9354d..cbabe1b 100644 --- a/docs/en/development-guide.md +++ b/docs/en/development-guide.md @@ -79,6 +79,12 @@ Run the following code to verify frontend and backend codes. $ make test ``` +If you want to run backend tests without Cloud Logging, run the following code. + +```shell +$ go test ./... -args -skip-cloud-logging=true +``` + ## Auto generated codes ### Generated codes from backend codes