Skip to content

Enable parallel test execution with Rake multitask #129

Enable parallel test execution with Rake multitask

Enable parallel test execution with Rake multitask #129

Workflow file for this run

name: Serverspec
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Ruby 3.4
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.4
bundler-cache: true
- name: Run test
run: bundle exec rake