Skip to content

Increease worker concurrency to 95 threads per worker #198

Increease worker concurrency to 95 threads per worker

Increease worker concurrency to 95 threads per worker #198

Workflow file for this run

name: Lint and Test Pull Request
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
lint:
uses: ./.github/workflows/rubocop.yml
parallel-test:
needs: lint
uses: ./.github/workflows/parallel_ci.yml
secrets: inherit