Skip to content

Version 0.2.1

Version 0.2.1 #13

Workflow file for this run

name: Tests
on: [push]
jobs:
test:
name: Test
runs-on: macOS-15
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run tests
run: swift test