Skip to content

feat: support cohort targeting for local evaluation #201

feat: support cohort targeting for local evaluation

feat: support cohort targeting for local evaluation #201

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