Skip to content

Add exponential backoff to Cloudflare API calls #292

Add exponential backoff to Cloudflare API calls

Add exponential backoff to Cloudflare API calls #292

Workflow file for this run

---
name: test
on:
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run tests
run: make test