Skip to content

PR to check failing tests on CI #6628

PR to check failing tests on CI

PR to check failing tests on CI #6628

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 TestInterdomainFloatingNetworkServiceEndpointRegistry ./pkg/registry/chains/proxydns -count 10000 -timeout 6h