From e17d53d69b0c55cd704bf6833880f5e521696b8f Mon Sep 17 00:00:00 2001 From: Junya Okabe <86868255+Okabe-Junya@users.noreply.github.com> Date: Thu, 20 Feb 2025 19:27:18 +0900 Subject: [PATCH] Docs: Update development-guide.md (#79) * docs: add section about unit test * docs: update docs/en/development-guide.md Co-authored-by: kyasbal Signed-off-by: Junya Okabe <86868255+Okabe-Junya@users.noreply.github.com> --------- Signed-off-by: Junya Okabe <86868255+Okabe-Junya@users.noreply.github.com> Co-authored-by: kyasbal --- 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..4f7e60c 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 ``` +When 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