Skip to content

Update swift syntax to public release (#54) #75

Update swift syntax to public release (#54)

Update swift syntax to public release (#54) #75

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