Skip to content

Replace outdated README Travis badge with Github Actions. #11

Replace outdated README Travis badge with Github Actions.

Replace outdated README Travis badge with Github Actions. #11

Workflow file for this run

---
name: ci
on: [push]
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.2
bundler-cache: true
- name: Run tests
run: bundle exec rake test:units