Skip to content

Faster tests 1 - ability_spec.rb #933

Faster tests 1 - ability_spec.rb

Faster tests 1 - ability_spec.rb #933

Workflow file for this run

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