docs: add Windows test run commands to README.md

This commit is contained in:
valitovgaziz
2026-06-12 08:51:16 +05:00
parent 75198ed00f
commit 64295b689b
@@ -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`)