Skip to content

Merge pull request #32 from Sage/performance-2 #94

Merge pull request #32 from Sage/performance-2

Merge pull request #32 from Sage/performance-2 #94

Workflow file for this run

name: RSpec
on:
- push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.5
bundler-cache: true
- name: Run tests
run: bundle exec rspec