Skip to content

Merge pull request #99 from Shopify/typed-data #37

Merge pull request #99 from Shopify/typed-data

Merge pull request #99 from Shopify/typed-data #37

Workflow file for this run

name: Tests
on:
push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- run: bundle exec rake
valgrind:
runs-on: ubuntu-latest
steps:
- run: sudo apt-get install -y valgrind
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- run: bundle exec rake test:valgrind