Skip to content

(PE-41918) Configure net-http read_timeout on Windows #26

(PE-41918) Configure net-http read_timeout on Windows

(PE-41918) Configure net-http read_timeout on Windows #26

Workflow file for this run

name: Spec tests
on:
pull_request:
types: [opened, reopened, edited, synchronize]
jobs:
spec:
name: Spec test
runs-on: ubuntu-latest
strategy:
matrix:
ruby:
- "2.6"
- "2.7"
- "3.0"
- "3.1"
- "3.2"
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Update gems
run: bundle update
- name: Run tests
run: bundle exec rspec