Skip to content

Merge pull request #63 from raptorxcz/bugfix/stub-naming #100

Merge pull request #63 from raptorxcz/bugfix/stub-naming

Merge pull request #63 from raptorxcz/bugfix/stub-naming #100

Workflow file for this run

name: Swift
on: [push]
jobs:
tests:
name: Unit Tests
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
with:
xcode-version: '14.3'
- name: Build
run: swift test --enable-code-coverage