Skip to content

Make adaptRequest API async #58

Make adaptRequest API async

Make adaptRequest API async #58

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: macos-11
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Lint code
run: swiftlint lint
- name: Run tests
run: swift test --enable-test-discovery