chore: Update README with running tests (#1326)

This commit is contained in:
Arky 2025-10-15 15:52:40 +07:00 committed by GitHub
parent ab407116cb
commit 5ae42dbdc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 25 additions and 2 deletions

View File

@ -46,19 +46,25 @@ Building binary:
make bin
```
Running tests:
## Running Tests
To ensure the integrity of the go code, you can run all Go unit and integration tests.
Run all tests from the project root directory:
```bash
make lint
make test
```
Running test with coverage:
To run tests with code coverage analysis:
```bash
make test-coverage
```
## Frontend
Starting the backend server on port 8080:

View File

@ -327,6 +327,23 @@ pnpm dev
Navigate to http://localhost:8081 to view the frontend.
### Running Tests
To ensure the integrity of the go code, you can run all Go unit and integration tests.
Run all tests from the project root directory:
```bash
make test
```
To run tests with code coverage analysis:
```bash
make make-coverage
```
## Roadmap
**Legend:**