From 85153ae4e516ce7c96de4bc05ed5f99c4ed067c0 Mon Sep 17 00:00:00 2001 From: Fedorov Vladimir Date: Wed, 17 Jun 2026 01:26:08 +0700 Subject: [PATCH] update readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5391f04..5a88c83 100644 --- a/README.md +++ b/README.md @@ -31,3 +31,9 @@ make build-linux goose -dir ./migrations create {migration name} sql goose -dir ./migrations postgres "user=postgres password=postgres host=localhost dbname=${REPO_NAME_SNAKE} sslmode=disable" up ``` + +Тестирование + +```shell +make test +```