Add vpnruntime race check to CI

This commit is contained in:
2026-05-12 08:53:16 +03:00
parent a3c0998e9f
commit fea5174e9e
+2
View File
@@ -33,6 +33,8 @@ jobs:
- run: go test ./...
- name: Anti-flake check (vpnruntime)
run: go test ./internal/vpnruntime -count=20
- name: Concurrency check (vpnruntime race)
run: go test -race ./internal/vpnruntime
worker:
runs-on: ubuntu-24.04