diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7d3042b4a..ea75ef663 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,4 +16,4 @@ jobs: with: go-version: 1.23.3 - name: Test - run: go test -race -run TestListenAndServe_NotExistsFolder ./pkg/tools/grpcutils -count 1000000 -timeout 6h \ No newline at end of file + run: go test -race -run TestListenAndServe_NotExistsFolder ./pkg/tools/grpcutils -count 10000000 -timeout 6h \ No newline at end of file diff --git a/.github/workflows/codeql-analysis.yaml b/.github/workflows/codeql-analysis.yaml deleted file mode 100644 index 4db9fd208..000000000 --- a/.github/workflows/codeql-analysis.yaml +++ /dev/null @@ -1,20 +0,0 @@ ---- -# For most projects, this workflow file will not need changing; you simply need -# to commit it to your repository. -# -# You may wish to alter this file to override the set of languages analyzed, -# or to provide custom queries or build logic. -name: CodeQL - -on: - push: - branches: [main] - pull_request: - # The branches below must be a subset of the branches above - branches: [main] - schedule: - - cron: '0 5 * * 0' - -jobs: - analyze: - uses: networkservicemesh/.github/.github/workflows/codeql-analysis.yaml@main