Skip to content

Fix unit tests and add CI jobs #1

Fix unit tests and add CI jobs

Fix unit tests and add CI jobs #1

Workflow file for this run

name: Run Unit Tests
on:
pull_request:
jobs:
spm-test:
runs-on: macos-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Set up Swift
uses: swift-actions/setup-swift@v2
- name: Build
run: swift build
- name: Run Unit Tests
run: swift test