Skip to content

Add test badge to README.md #3

Add test badge to README.md

Add test badge to README.md #3

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test-macos:
name: Test on macOS
runs-on: macos-26
steps:
- uses: actions/checkout@v4
- name: Show Swift version
run: swift --version
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v