Wire one-shot vpnruntime guard script into CI

This commit is contained in:
2026-05-12 08:59:22 +03:00
parent 84ba2ad771
commit f1070e1a9d
2 changed files with 8 additions and 0 deletions
@@ -50,3 +50,9 @@ From `agents/rap-node-agent`:
go test ./internal/vpnruntime -count=20
go test -race ./internal/vpnruntime
```
Or run the one-shot guard from repo root:
```powershell
pwsh -NoProfile -ExecutionPolicy Bypass -File scripts/smoke/run-vpnruntime-ci-guards.ps1
```