Skip to content

chore: add tests

chore: add tests #3

Workflow file for this run

name: Build and test
on:
push
jobs:
build:
name: Build and test
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: swift build
- name: Run tests
run: swift test