Skip to content

Parallel Test Execution #200

@kubrickcode

Description

@kubrickcode

Parallel test execution and CI sharding.

# .github/workflows/test.yml
jobs:
  test:
    strategy:
      matrix:
        shard: [1, 2, 3, 4]
    steps:
      - name: Run tests (Shard ${{ matrix.shard }}/4)
        env:
          JEST_SHARD: '{"current": ${{ matrix.shard }}, "total": 4}'

Metadata

Metadata

Assignees

Labels

environmentOverall working environmentimprovementImprovements to existing featuresreleased

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions