Skip to content

fix: fix memory leak with local evaluation #187

fix: fix memory leak with local evaluation

fix: fix memory leak with local evaluation #187

name: Test and Lint
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.7.8', '3.1', 'jruby']
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests and lint
run: bundle exec rake