Skip to content

Merge pull request #812 from yahonda/uri_rfc3986_parser_escape_and_un… #238

Merge pull request #812 from yahonda/uri_rfc3986_parser_escape_and_un…

Merge pull request #812 from yahonda/uri_rfc3986_parser_escape_and_un… #238

Workflow file for this run

name: CI isolated tests
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [2.7]
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run tests
run: bundle exec rake test_isolated