Skip to content

Update github workflows for SPM build and test #64

Update github workflows for SPM build and test

Update github workflows for SPM build and test #64

Workflow file for this run

name: Build
on:
push:
branches-ignore:
- master
jobs:
build:
runs-on: macOS-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Build
run: swift build
- name: Test
run: swift test