From 2f3d9eac2d06b81fa74a781297b94af39eb4c3f2 Mon Sep 17 00:00:00 2001 From: Roman Sharkov Date: Sun, 4 Aug 2024 01:40:33 +0200 Subject: [PATCH] docs: Explain how to run the tests and lint --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8f87c23..6d5e9b0 100644 --- a/README.md +++ b/README.md @@ -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: