Skip to content

Fixed podspec privacy #16

Fixed podspec privacy

Fixed podspec privacy #16

Workflow file for this run

name: Build and run tests
on: [ push, pull_request ]
jobs:
macos_tests:
name: Unit tests on macOS
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: swift build -v -c release
- name: Run tests
run: swift test -v -c release