Skip to content

PR to check failing tests on CI #6626

PR to check failing tests on CI

PR to check failing tests on CI #6626

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@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.23.3
- name: Test
run: go test -race -run Test_vl3MtuServer_SpoiledConnection ./pkg/networkservice/connectioncontext/mtu/vl3mtu -count 10000 -timeout 6h