Skip to content

Fix timing bug when fetching slow content #889

Fix timing bug when fetching slow content

Fix timing bug when fetching slow content #889

Workflow file for this run

name: CI
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Java
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '17'
- name: Set up Ruby
uses: ruby/[email protected]
with:
bundler-cache: true
- name: Run tests
run: make test