Skip to content

feat: allow to pass a custom JSONDecoder to OnRequestHandler #67

feat: allow to pass a custom JSONDecoder to OnRequestHandler

feat: allow to pass a custom JSONDecoder to OnRequestHandler #67

Workflow file for this run

name: "Mocker SPM CI"
on:
push:
branches:
- master
pull_request:
branches:
- '*'
jobs:
macos-run-tests:
name: Unit Tests (macOS)
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Run Tests
run: swift test
linux-run-tests:
name: Unit Tests (Linux)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run Tests
run: swift test