Skip to content

Updated DataSketches to 5.1.0 #130

Updated DataSketches to 5.1.0

Updated DataSketches to 5.1.0 #130

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
bundler-cache: true
- run: bundle exec rake compile
- run: bundle exec rake test