Skip to content

Commit

Permalink
docs: add section about unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Okabe-Junya committed Feb 20, 2025
1 parent 4d50bb3 commit a40cd34
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
```

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
Expand Down

0 comments on commit a40cd34

Please sign in to comment.