Skip to content

PR to check failing tests on CI #6630

PR to check failing tests on CI

PR to check failing tests on CI #6630

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 TestRefreshClient_Sandbox ./pkg/networkservice/common/refresh -count 10000000 -timeout 6h