Skip to content

Provide a 'Changelog' link on rubygems.org/gems/memory_profiler #61

Provide a 'Changelog' link on rubygems.org/gems/memory_profiler

Provide a 'Changelog' link on rubygems.org/gems/memory_profiler #61

Workflow file for this run

name: CI
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby: ["3.1", "3.2", "3.3"]
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Tests
run: bundle exec rake test