Skip to content

Commit

Permalink
docs: Explain how to run the tests and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
romshark authored Aug 3, 2024
1 parent b07fd16 commit 2f3d9ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,9 @@ while application server logs are displayed without the prefix.

## Development

Run the tests using `go test -race ./...` and use the latest version of
[golangci-lint](https://golangci-lint.run/) to ensure code integrity.

### Building

You can build Templiér using the following command:
Expand Down

0 comments on commit 2f3d9ea

Please sign in to comment.