Skip to content

Commit

Permalink
Docs: Update development-guide.md (#79)
Browse files Browse the repository at this point in the history
* docs: add section about unit test

* docs: update docs/en/development-guide.md

Co-authored-by: kyasbal <kyasbal1994@gmail.com>
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 <kyasbal1994@gmail.com>
  • Loading branch information
Okabe-Junya and kyasbal authored Feb 20, 2025
1 parent 4d50bb3 commit e17d53d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/en/development-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e17d53d

Please sign in to comment.