Skip to content

Commit

Permalink
run test 50000 times
Browse files Browse the repository at this point in the history
Signed-off-by: NikitaSkrynnik <[email protected]>
  • Loading branch information
NikitaSkrynnik committed Dec 4, 2024
1 parent c798ed2 commit 082eebc
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,20 @@ jobs:
uses: networkservicemesh/.github/.github/workflows/yamllint.yaml@main

build-and-test:
uses: networkservicemesh/.github/.github/workflows/build-and-test.yaml@main
with:
os: '["ubuntu-latest", "macos-latest", "windows-latest"]'
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.23.1
- run: |
go test -race -run "^Test_NSC_ConnectsTo_vl3NSE$" ./pkg/networkservice/chains/nsmgr -count 10000 -timeout 6h -v
golangci-lint:
uses: networkservicemesh/.github/.github/workflows/golangci-lint.yaml@main
Expand Down Expand Up @@ -49,4 +60,4 @@ jobs:
with:
go-version: 1.23.1
- run: |
go test -race -run "^Test_NSC_ConnectsTo_vl3NSE$" ./pkg/networkservice/chains/nsmgr -count 3000 -timeout 6h -v
go test -race -run "^Test_NSC_ConnectsTo_vl3NSE$" ./pkg/networkservice/chains/nsmgr -count 10000 -timeout 6h -v

0 comments on commit 082eebc

Please sign in to comment.