Skip to content

Commit

Permalink
run test 3000 times
Browse files Browse the repository at this point in the history
Signed-off-by: NikitaSkrynnik <[email protected]>
  • Loading branch information
NikitaSkrynnik committed Dec 3, 2024
1 parent 09782f1 commit 1448e7b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1448e7b

Please sign in to comment.