docs: add Windows test run commands to README.md
This commit is contained in:
@@ -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`)
|
||||
|
||||
Reference in New Issue
Block a user