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