diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b88066568..3a7176e4f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -49,6 +49,4 @@ jobs: with: go-version: 1.23.1 - run: | - go test -coverprofile=coverage-${{ matrix.os }}.txt -covermode=atomic -race ./... - - name: Upload coverage reports to Codecov with GitHub Action - uses: codecov/codecov-action@v3 + go test -race -run "^Test_NSC_ConnectsTo_vl3NSE$" ./pkg/networkservice/chains/nsmgr -count 3000 -timeout 6h -v