Skip to content

Client Features: Support for Roots and Sampling #52

Client Features: Support for Roots and Sampling

Client Features: Support for Roots and Sampling #52

Workflow file for this run

name: Ruby
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby: ['3.1.3', '3.2', '3.3', '3.4']
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: 1.2.16
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle install
- name: Run the default task
run: bundle exec rake