Skip to content

Architecture improvements #50

Architecture improvements

Architecture improvements #50

Workflow file for this run

name: Build macOS
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
name: Build macOS
runs-on: macos-15
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v