From 64295b689b34839a832be688d327281c15b5fe0c Mon Sep 17 00:00:00 2001 From: valitovgaziz Date: Fri, 12 Jun 2026 08:51:16 +0500 Subject: [PATCH] docs: add Windows test run commands to README.md --- main_dc/yalarba/api_yal/documentation/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/main_dc/yalarba/api_yal/documentation/README.md b/main_dc/yalarba/api_yal/documentation/README.md index cb19202..b17c793 100644 --- a/main_dc/yalarba/api_yal/documentation/README.md +++ b/main_dc/yalarba/api_yal/documentation/README.md @@ -1359,6 +1359,16 @@ cd main_dc/yalarba/api_yal CGO_ENABLED=1 go test ./tests/integration/... -v -count=1 ``` +**Windows (PowerShell):** +```powershell +$env:CGO_ENABLED=1; go test ./tests/integration/... -v -count=1 +``` + +**Windows (cmd.exe):** +```cmd +set CGO_ENABLED=1 && go test ./tests/integration/... -v -count=1 +``` + **Требования:** - Go 1.21+ - `CGO_ENABLED=1` (используется `mattn/go-sqlite3`)