diff --git a/README.md b/README.md index 7479556..3510fd4 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,16 @@ Run the tests with: ```bash go test ./... cd web && yarn test && cd .. + +// or + +go test -v -race -coverprofile=pkg/coverage.txt -covermode=atomic ./internal/auth/... +``` + +To ensure that the code meets our standards, run the pre-commit hooks: + +```bash +pre-commit run --all-files ``` ### Linting