Skip to content

Commit

Permalink
* * * TEST * * *
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Popov committed Aug 11, 2021
1 parent eb7b86c commit ad309f6
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 @@ -33,7 +33,7 @@ jobs:
- name: Build
run: go build -race ./...
- name: Test
run: go test -race ./...
run: go test -race ./... -run=TestNsmgr -count=10
golangci-lint:
name: golangci-lint
runs-on: ubuntu-latest
Expand Down

0 comments on commit ad309f6

Please sign in to comment.