Skip to content

Use trace_with to start and end batches #87

Use trace_with to start and end batches

Use trace_with to start and end batches #87

Workflow file for this run

name: Tests
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby: [2.4, 2.7, '3.1', '3.2']
graphql_version: ['~> 1.12.18', '~> 1.13', '~> 2.0']
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}
env:
GRAPHQL_VERSION: ${{ matrix.graphql_version }}
- run: bundle exec rake