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 +```