Stabilize vpnruntime parallel flow test and add CI anti-flake gate
This commit is contained in:
@@ -17,6 +17,22 @@ jobs:
|
|||||||
go-version: '1.23.8'
|
go-version: '1.23.8'
|
||||||
- run: go mod download
|
- run: go mod download
|
||||||
- run: go build ./...
|
- run: go build ./...
|
||||||
|
- run: go test ./...
|
||||||
|
|
||||||
|
node-agent:
|
||||||
|
runs-on: ubuntu-24.04
|
||||||
|
defaults:
|
||||||
|
run:
|
||||||
|
working-directory: agents/rap-node-agent
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: actions/setup-go@v5
|
||||||
|
with:
|
||||||
|
go-version: '1.23.8'
|
||||||
|
- run: go mod download
|
||||||
|
- run: go test ./...
|
||||||
|
- name: Anti-flake check (vpnruntime)
|
||||||
|
run: go test ./internal/vpnruntime -count=20
|
||||||
|
|
||||||
worker:
|
worker:
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user