Skip to content

User-Agent support and logging. #94

User-Agent support and logging.

User-Agent support and logging. #94

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
strategy:
matrix:
os: [ubuntu-20.04]
ruby: [3.2]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run tests
run: bundle exec rake