Add vpnruntime race check to CI
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user