Skip to content

Add the ability to ignore selectors on mocks to handle methods with variadic arguments. #11

Add the ability to ignore selectors on mocks to handle methods with variadic arguments.

Add the ability to ignore selectors on mocks to handle methods with variadic arguments. #11

name: Build and test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build-and-run-unit-tests:
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- name: macOS
run: make ci-macos
check-dist:
needs: build-and-run-unit-tests
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- name: SwiftPM
run: make ci-swiftpm