Skip to content

Commit

Permalink
attempt to reproduce bug
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 May 25, 2022
1 parent 53df7f1 commit 107d561
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,21 @@ 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"]
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v1
with:
go-version: 1.18.1
- name: Build
run: go build -race ./...
- name: Test
run: go test -race -run ^TestNSMGR_HealRegistry$ github.com/networkservicemesh/sdk/pkg/networkservice/chains/nsmgr -count 50 -test.v

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

0 comments on commit 107d561

Please sign in to comment.