Skip to content

Commit

Permalink
run test more times
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
  • Loading branch information
NikitaSkrynnik committed Jun 24, 2022
1 parent aa185a0 commit f6f703f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build
run: go build -race ./...
- name: Test
run: go test -race -run ^TestHealClient_FindTest$ github.com/networkservicemesh/sdk/pkg/registry/common/heal -count 20000 -timeout 6h
run: go test -race -run ^TestHealClient_FindTest$ github.com/networkservicemesh/sdk/pkg/registry/common/heal -count 35000 -timeout 6h

golangci-lint:
uses: networkservicemesh/.github/.github/workflows/golangci-lint.yaml@main
Expand Down

0 comments on commit f6f703f

Please sign in to comment.