Skip to content

Test TestRecvfd/TestRecvfdClosesSingleFile #5964

Test TestRecvfd/TestRecvfdClosesSingleFile

Test TestRecvfd/TestRecvfdClosesSingleFile #5964

Workflow file for this run

---
name: ci
on:
pull_request:
push:
branches:
- "release/**"
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v1
with:
go-version: 1.20.5
- run: |
go test ./pkg/networkservice/common/mechanisms/recvfd -v -race -run TestRecvfd/TestRecvfdClosesSingleFile -count=200 -timeout=1000m