Skip to content

Bump rubocop-performance from 1.23.0 to 1.23.1 #534

Bump rubocop-performance from 1.23.0 to 1.23.1

Bump rubocop-performance from 1.23.0 to 1.23.1 #534

Workflow file for this run

name: Unit_test
on: [push]
jobs:
test:
strategy:
matrix:
platform: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
- name: Install dependencies
run: |
gem install bundler
bundle install --jobs 4 --retry 3
- name: Run tests
run: rspec ./spec/unit