Skip to content

Performance improvements in class_methods.rb #92

Performance improvements in class_methods.rb

Performance improvements in class_methods.rb #92

Workflow file for this run

name: RSpec
on:
- push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.5
bundler-cache: true
- name: Run tests
run: bundle exec rspec